Use relative path in sbatch
This commit is contained in:
parent
4b27ceec6d
commit
1473874563
@ -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 {
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
app
|
app
|
||||||
, chdirPrefix
|
, chdirPrefix ? "."
|
||||||
, nixPrefix ? ""
|
, nixPrefix ? ""
|
||||||
, argv ? ""
|
, argv ? ""
|
||||||
, binary ? "/bin/run"
|
, binary ? "/bin/run"
|
||||||
|
Loading…
Reference in New Issue
Block a user