From 6db893f8a1e6b03333cdf48770faa41342ef192e Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Thu, 3 Mar 2022 11:23:04 -0600 Subject: [PATCH] Oversubscribe MPI example run --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef2f5c091..9d46d06e0 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