Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-29 | treewide reformatting and simplification | Justin Bedo | |
- simplify with statix - reformat with nixpkgs-fmt | |||
2021-02-08 | refactor slurm implementation to allow for overlays | Justin Bedo | |
2020-06-23 | qsub,slurm: fix string escaping bug | Justin Bedo | |
escapeShellArgs calls toString on the passed item, which for paths converts it to a string containing the full path outside the nix store. Avoid this by calling escapeShellArg on strings only. | |||
2019-06-18 | slurm: fix bug with srun | Justin Bedo | |
salloc must call srun to actually launch job on execution node rather than submission node | |||
2019-05-16 | slurm: renamed from sbatch | Justin Bedo | |