aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-10-02reader: Handle coercion of number to number.Arun Isaac
2024-10-02config: Remove generated source file.Arun Isaac
2024-10-02Revert "config: Remove."Arun Isaac
2024-10-02workflow: Add default inputs before scheduling.Arun Isaac
2024-10-02command-line-tool: Make runtime.cores a number.Arun Isaac
2024-10-02command-line-tool: Support coresMin ResourceRequirement.Arun Isaac
2024-10-02reader: Support coercion to number.Arun Isaac
2024-10-02workflow: Move coerce-type to (ravanan reader).Arun Isaac
2024-10-02README: Mention "work reuse".Arun Isaac
2024-10-02command-line-tool: Promote find-requirement to top level.Arun Isaac
2024-10-02slurm-api: Allow requesting a certain number of CPUs.Arun Isaac
2024-10-02propnet: Explain in detail why we never cancel running propagators.Arun Isaac
2024-10-02command-line-tool: Allow per-batch system requirements support.Arun Isaac
2024-10-02utils: Remove unused (ice-9 match) import.Arun Isaac
2024-10-02command-line-tool: Remove unused imports.Arun Isaac
2024-10-02propnet: Remove unused (srfi srfi-26) import.Arun Isaac
2024-10-02workflow: Remove unused (ravanan reader) import.Arun Isaac
2024-10-02command-line-tool: Remove redundant newline after warning.Arun Isaac
2024-10-02command-line-tool: Canonicalize inputs before embedding in G-exp.Arun Isaac
2024-10-02workflow: Support subworkflows recursively.Arun Isaac
2024-10-01workflow: Pass a list, not two vectors, to fold.Arun Isaac
2024-10-01propnet: Pass on scheduler to schedule calls.Arun Isaac
2024-10-01command-line-tool: Move inputs resolution to (ravanan workflow).Arun Isaac
2024-10-01job-state: Add that the job-state records are for batch systems.Arun Isaac
2024-10-01vectors: Add vector-mapn.Arun Isaac
2024-10-01vectors: Add unindexed variant of vector-fold.Arun Isaac
2024-10-01job-state: Re-indent.Arun Isaac
2024-10-01command-line-tool: Copy path, not location.Arun Isaac
2024-10-01vectors: Add vector-member.Arun Isaac
2024-10-01workflow: Use bound variables instead of calling getters again.Arun Isaac
2024-10-01command-line-tool: Move scheduler to (ravanan workflow).Arun Isaac
2024-10-01propnet: Allow propagators to update their state.Arun Isaac
2024-10-01propnet: Present a polling interface to callers.Arun Isaac
2024-09-23command-line-tool: Update path to staged input files.Arun Isaac
2024-09-23command-line-tool: Defer access of input values to runtime.Arun Isaac
2024-09-23command-line-tool: Separate file copying from canonization.Arun Isaac
2024-09-23utils: Move json-ref to (ravanan work utils).Arun Isaac
2024-09-20command-line-tool: Add missing argument to canonicalize-file-value.Arun Isaac
2024-09-19work/utils: Add alist=?.Arun Isaac
2024-09-19propnet: Describe state machine implementation.Arun Isaac
2024-09-16bin: Explain why we support the SLURM_JWT=token format.Arun Isaac
2024-09-13bin: Support SLURM_JWT=token format in JWT files.Arun Isaac
2024-09-13bin: Refactor JWT reading into separate function.Arun Isaac
2024-09-13utils: Add string-trim-prefix.Arun Isaac
2024-09-13command-line-tool: Add nameroot and nameext fields.Arun Isaac
2024-09-13command-line-tool: Remove unused collect-input-files function.Arun Isaac
2024-09-13command-line-tool: Do not embed stdout-filename outside main body.Arun Isaac
2024-09-13command-line-tool: Create vectors of secondary files for recursion.Arun Isaac
2024-09-13job-state: Pass on slurm API endpoint and jwt recursively.Arun Isaac
2024-09-13config: Remove.Arun Isaac