Skip to content

Commit 72e3aca

Browse files
committed
Change CI to use OpenMPI instead of MPICH
1 parent 36ed883 commit 72e3aca

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ env:
1515
MPI_DIR: /usr
1616
OMP_NUM_THREADS: 2
1717
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18-
MPICH_FC: gfortran
1918

2019
jobs:
2120
main:
@@ -43,9 +42,8 @@ jobs:
4342
run: |
4443
sudo apt -y update
4544
sudo apt install -y gfortran \
46-
mpich \
47-
libmpich-dev \
48-
libhdf5-mpich-dev \
45+
libopenmpi-dev \
46+
libhdf5-openmpi-dev \
4947
liblapack-dev
5048
- name: before_install
5149
shell: bash

0 commit comments

Comments
 (0)