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 ba2b719 commit 558a3b9
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 --oversubscrib\'' >> .bashrc
cat .bashrc
source .bashrc
export PATH="/home/runner/openmpi/bin:$PATH"
Expand Down

0 comments on commit 558a3b9

Please sign in to comment.