From 35742c688145659a75584678d49075eff51b6503 Mon Sep 17 00:00:00 2001 From: Edward Hartnett Date: Wed, 26 Aug 2020 14:00:22 -0600 Subject: [PATCH] now ncint tests repect WITH_MPIEXEC --- .github/workflows/a3.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/a3.yml b/.github/workflows/a3.yml index bcf6d84ba39..6f326b86a3a 100644 --- a/.github/workflows/a3.yml +++ b/.github/workflows/a3.yml @@ -125,7 +125,7 @@ jobs: export PATH="/home/runner/openmpi/bin:$PATH" export CC=/home/runner/openmpi/bin/mpicc autoreconf -i - ./configure --with-mpiexec='mpiexec --oversubscribe' --enable-netcdf-integration + ./configure --with-mpiexec='mpiexec --oversubscribe' which mpiexec make check - name: cmake build