bscpkgs/garlic/stages
Rodrigo Arias Mallo 71c06d02da stages: add baywatch stage to check the exit code
This workaround stage prevents srun from returning 0 to the upper stages
when a signal happens after MPI_Finalize. It writes the return code to a
file named .srun.rc.$rank and later checks that exists and contains a 0.

When the program is killed, exits with non-zero and the error is
propagated to the baywatch stage, which aborts immediately without
creating the rc file.
2021-04-16 09:29:26 +02:00
..
isolate isolate: add $TMPDIR in the namespace 2020-12-03 13:22:10 +01:00
runexp
baywatch.nix stages: add baywatch stage to check the exit code 2021-04-16 09:29:26 +02:00
control.nix control: save total execution time 2021-02-08 14:14:08 +01:00
exec.nix exec: allow manual specification of program path 2021-02-23 15:22:18 +01:00
experiment.nix tools: recursive getExperiment 2020-11-20 15:34:14 +01:00
extrae.nix
perf.nix
pgdb.nix
sbatch.nix sbatch: assert types to avoid silent parse errors 2021-03-19 16:37:31 +01:00
script.nix Add script stage 2021-01-12 18:19:49 +01:00
srun.nix stages: add baywatch stage to check the exit code 2021-04-16 09:29:26 +02:00
strace.nix
trebuchet.nix trebuchet: add the experiment as attribute 2020-11-20 15:35:36 +01:00
unit.nix unit: Remove dangerous slash from index names 2020-12-03 16:33:48 +01:00
valgrind.nix