install MPI

This commit is contained in:
Axel Kohlmeyer
2024-09-05 17:21:42 -04:00
parent 688cff71e6
commit 3357889d57
2 changed files with 4 additions and 2 deletions

View File

@ -31,7 +31,8 @@ jobs:
- name: Install extra packages
run: |
sudo apt-get install -y ccache ninja-build libeigen3-dev \
libgsl-dev libcurl4-openssl-dev python3-dev
libgsl-dev libcurl4-openssl-dev python3-dev \
mpi-default-bin mpi-default-dev
- name: Create Build Environment
run: mkdir build

View File

@ -31,7 +31,8 @@ jobs:
- name: Install extra packages
run: |
sudo apt-get install -y ccache ninja-build libeigen3-dev \
libgsl-dev libcurl4-openssl-dev python3-dev
libgsl-dev libcurl4-openssl-dev python3-dev \
mpi-default-bin mpi-default-dev
- name: Create Build Environment
run: mkdir build