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 2d9bf6b commit 5a96af8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/a3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ jobs:
- name: pio build
run: |
set -x
echo 'alias mpiexec='\''mpiexec --oversubscribe'\' > .bashrc
ls -l .bashrc
echo 'export PATH=/home/runner/openmpi/bin:$PATH' > .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 5a96af8

Please sign in to comment.