Skip to content

Commit

Permalink
MPI install for PR check.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSagan committed Oct 24, 2023
1 parent 93f762c commit 72446cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,18 @@ jobs:
# add macOS - check if GH Actions can make intel and arm
os: [ubuntu-latest]
shared: ["Y"]
## openmp_mpi: ["N", "Y"]
openmp_mpi: ["N", "Y"]

steps:
# Check out the code from GitHub
- uses: actions/checkout@v4
- uses: mpi4py/setup-mpi@v1 "openmpi"
### - uses: mpi4py/setup-mpi@v1 "openmpi"

# Install system dependencies
- name: Install System Dependencies
run: |
sudo apt update
sudo apt-get install gfortran g++ cmake libtool-bin libreadline-dev libpango1.0-dev libssl-dev bc
sudo apt-get install gfortran g++ cmake libtool-bin libreadline-dev libpango1.0-dev libssl-dev bc libopenmpi-dev openmpi-bin openmpi-common
# sudo apt install build-essential curl wget cmake gfortran automake \
# autoconf libtool m4 libgomp1 libreadline-dev libncurses-dev pkg-config \
Expand Down

0 comments on commit 72446cc

Please sign in to comment.