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 dcb5e08 commit 493353a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/a3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ 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
cat .bashrc
source .bashrc
export PATH="/home/runner/openmpi/bin:$PATH"
export CC=/home/runner/openmpi/bin/mpicc
Expand Down

0 comments on commit 493353a

Please sign in to comment.