Skip to content

Commit

Permalink
now ncint tests repect WITH_MPIEXEC
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Aug 26, 2020
1 parent 151affd commit 35742c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/a3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 35742c6

Please sign in to comment.