Skip to content

Commit

Permalink
Change CI to use OpenMPI instead of MPICH
Browse files Browse the repository at this point in the history
  • Loading branch information
paulromano committed Jul 18, 2023
1 parent 36ed883 commit 72e3aca
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ env:
MPI_DIR: /usr
OMP_NUM_THREADS: 2
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MPICH_FC: gfortran

jobs:
main:
Expand Down Expand Up @@ -43,9 +42,8 @@ jobs:
run: |
sudo apt -y update
sudo apt install -y gfortran \
mpich \
libmpich-dev \
libhdf5-mpich-dev \
libopenmpi-dev \
libhdf5-openmpi-dev \
liblapack-dev
- name: before_install
shell: bash
Expand Down

0 comments on commit 72e3aca

Please sign in to comment.