Skip to content

Commit

Permalink
trying to get openmpi mpiexec working
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Aug 25, 2020
1 parent f283a80 commit a96671f
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 @@ -123,7 +123,7 @@ jobs:
run: |
set -x
echo 'export PATH=/home/runner/openmpi/bin:$PATH' > .bashrc
echo "alias mpiexec=\"mpiexec --oversubscribe\"" >> .bashrc
echo 'alias mpiexec=\"mpiexec --oversubscribe\"' >> .bashrc
source .bashrc
export PATH="/home/runner/openmpi/bin:$PATH"
export CC=/home/runner/openmpi/bin/mpicc
Expand Down

0 comments on commit a96671f

Please sign in to comment.