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 8984b26 commit 1120342
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/a3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ jobs:
- name: pio build
run: |
set -x
ls -l .bashrc
echo "alias mpiexec=\'mpiexec --oversubscribe\'" > .bashrc
ls -l .bashrc
source .bashrc
export PATH="/home/runner/openmpi/bin:$PATH"
export CC=/home/runner/openmpi/bin/mpicc
./configure
Expand Down

0 comments on commit 1120342

Please sign in to comment.