Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |