Skip to content

Commit

Permalink
adding PIO
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Aug 24, 2020
1 parent 2bf634f commit b35ee21
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 @@ -122,7 +122,7 @@ jobs:
- name: pio build
run: |
set -x
echo $'alias mpiexec=mpiexec --oversubscribe' > .bashrc
echo $'alias mpiexec=\'mpiexec --oversubscribe\'' > .bashrc
ls -l .bashrc
source .bashrc
export PATH="/home/runner/openmpi/bin:$PATH"
Expand Down

0 comments on commit b35ee21

Please sign in to comment.