Add extrae and perf stages

This commit is contained in:
2020-09-02 10:44:13 +02:00
parent d05d32edbf
commit d469ccd59d
11 changed files with 368 additions and 14 deletions

View File

@@ -64,7 +64,17 @@ let
with conf;
bsc.osumb.override { inherit mpi; };
pipeline = conf: sbatch conf (srun (nixsetupWrapper (argv (osumbFn conf))));
pipeline = conf:
sbatch conf (
nixsetupWrapper (
controlWrapper (
srun (
nixsetupWrapper (
argv (
osumbFn conf))))));
#pipeline = conf: sbatch conf (srun (nixsetupWrapper (argv (osumbFn conf))));
#pipeline = conf: sbatch conf (srun (nixsetupWrapper (argv bsc.osumb)));
# Ideally it should look like this: