Use relative path in sbatch

This commit is contained in:
Rodrigo Arias 2020-08-24 18:06:47 +02:00
parent 4b27ceec6d
commit 1473874563
2 changed files with 1 additions and 2 deletions

View File

@ -37,7 +37,6 @@ let
nixPrefix = "/gpfs/projects/bsc15/nix"; nixPrefix = "/gpfs/projects/bsc15/nix";
exclusive = false; exclusive = false;
ntasks = "${toString conf.ntasks}"; ntasks = "${toString conf.ntasks}";
chdirPrefix = "/home/bsc15/bsc15557/bsc-nixpkgs/out";
}; };
srun = app: srunWrapper { srun = app: srunWrapper {

View File

@ -5,7 +5,7 @@
{ {
app app
, chdirPrefix , chdirPrefix ? "."
, nixPrefix ? "" , nixPrefix ? ""
, argv ? "" , argv ? ""
, binary ? "/bin/run" , binary ? "/bin/run"