From f0097f656a27a9e3386bb8043ab30b95beef5fd3 Mon Sep 17 00:00:00 2001 From: Matthias Diener Date: Fri, 5 Jan 2024 18:24:43 +0100 Subject: [PATCH] CI: add another oversubscribe option (#154) This hopefully fixes the intermittent CI errors. --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2a9459d..ba587c8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -79,7 +79,7 @@ jobs: export OMPI_MCA_rmaps_base_oversubscribe=1 export RDMAV_FORK_SAFE=1 - mpirun -n 4 python -m mpi4py examples/log-mpi.py + mpirun --map-by :OVERSUBSCRIBE -n 4 python -m mpi4py examples/log-mpi.py rm summary.sqlite runalyzer-gather summary.sqlite mpi-log*.sqlite