aboutsummaryrefslogtreecommitdiff
path: root/lib/slurm.nix
AgeCommit message (Collapse)Author
2021-10-29treewide reformatting and simplificationJustin Bedo
- simplify with statix - reformat with nixpkgs-fmt
2021-02-08refactor slurm implementation to allow for overlaysJustin Bedo
2020-06-23qsub,slurm: fix string escaping bugJustin 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-18slurm: fix bug with srunJustin Bedo
salloc must call srun to actually launch job on execution node rather than submission node
2019-05-16slurm: renamed from sbatchJustin Bedo