Go to file
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
bsc bsc: add cpuid program 2021-04-06 11:05:56 +02:00
garlic stages: add baywatch stage to check the exit code 2021-04-16 09:29:26 +02:00
test test: add sigsegv after MPI_Finalize test 2021-04-16 09:28:02 +02:00
.gitignore Ignore source folder 2020-07-20 16:07:26 +02:00
CONTRIBUTING doc: add contributing file 2021-04-06 10:50:39 +02:00
COPYING Add MIT license 2021-03-12 13:57:22 +01:00
default.nix Pin nixpkgs 2021-01-11 16:41:56 +01:00
NOISE sbatch: assert types to avoid silent parse errors 2021-03-19 16:37:31 +01:00
overlay.nix test: add sigsegv after MPI_Finalize test 2021-04-16 09:28:02 +02:00
README.md doc: link to the user guide in the readme 2021-03-12 13:28:05 +01:00

This repository contains the garlic benchmark with all the BSC packages and patches required to compile it.

See the user guide at https://pm.bsc.es/ftp/garlic/ug.html (also available in PDF).

Questions? garlic@bsc.es