Skip to content

Commit

Permalink
Oversubscribe openmpi run, as 4 cores are requested while GitHub acti…
Browse files Browse the repository at this point in the history
…ons offers 2 cores
  • Loading branch information
francesco-ballarin committed Mar 6, 2022
1 parent 6c3a950 commit 7b0b0ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/miniconda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
export PATH="${CONDA_PREFIX}/bin:${CONDA_PREFIX}/Library/bin:$PATH"
which mpirun
mpirun --version
mpirun -np 4 python mpi_example.py
mpirun -np 4 --oversubscribe python mpi_example.py
if [ $? -ne 0 ] ; then
echo "hdf5 mpi test failed!"
exit 1
Expand Down

0 comments on commit 7b0b0ec

Please sign in to comment.