diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3abf479d..3a8267f5e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: python euler/acoustic_pulse.py --lazy python euler/vortex.py --oi --lazy - mpirun -n 2 python wave/wave-op-mpi.py --lazy + mpiexec -np 2 --oversubscribe python wave/wave-op-mpi.py --lazy docs: name: Documentation