Add control and nix-setup layers

This commit is contained in:
2020-08-11 12:05:43 +02:00
parent ef1aeb2cfa
commit 338736d257
5 changed files with 57 additions and 11 deletions

View File

@@ -5,6 +5,8 @@
, genConfigs
, sbatch
, launcher
, control
, nixsetup
}:
let
@@ -22,7 +24,7 @@ let
# Job generator helper function
genJobs = map (app:
sbatch {
app = app;
app = (nixsetup (control app));
nixPrefix = "/gpfs/projects/bsc15/nix";
exclusive = false;
ntasks = "1";