From 2ee46fbfd849e7321da5b0e7da6469a32e074aa3 Mon Sep 17 00:00:00 2001 From: Johannes Buchner Date: Thu, 27 Jul 2023 19:00:05 -0400 Subject: [PATCH] [ci] oversubscribe MPI --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dbe3ce0..2c7e60c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -97,9 +97,9 @@ jobs: if: ${{ matrix.MPI != 'no' }} run: | python -c 'import mpi4py' && - mpiexec -np 4 python pymultinest_demo_minimal.py; + mpiexec -np 4 --oversubscribe python pymultinest_demo_minimal.py; python -c 'import mpi4py' && - mpiexec -np 4 python pymultinest_demo.py; + mpiexec -np 4 --oversubscribe python pymultinest_demo.py; - name: Long filename test run: |