Skip to content

Commit

Permalink
adding --with-mpiexec option to configure
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Aug 25, 2020
1 parent 2d908a1 commit e4fb33c
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 @@ -128,7 +128,7 @@ jobs:
source .bashrc
export PATH="/home/runner/openmpi/bin:$PATH"
export CC=/home/runner/openmpi/bin/mpicc
./configure
./configure --with-mpiexec='mpiexec --oversubscribe'
which mpiexec
make check
Expand Down

0 comments on commit e4fb33c

Please sign in to comment.