Rodrigo Arias 23faac0c1b Make sure we detect crashes in MP tests
If a process fails in the background, bash ignores it even when running
with set -e. To address it, we store a token in a file per each rank,
which only gets written when each process finishes properly. Then we
make sure that each rank has completed successfully, otherwise we fail
the test.
2025-07-23 17:05:06 +02:00
..
2025-05-07 16:39:37 +02:00
2024-10-25 13:41:15 +02:00