Skip to content

Commit

Permalink
CI: add another oversubscribe option (#154)
Browse files Browse the repository at this point in the history
This hopefully fixes the intermittent CI errors.
  • Loading branch information
matthiasdiener authored Jan 5, 2024
1 parent 36935a1 commit f0097f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f0097f6

Please sign in to comment.