Skip to content

Commit

Permalink
testing use openmpi on ubuntu latest which is now version 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
burlen committed Dec 13, 2022
1 parent d55bec4 commit 4c28c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/base-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
export DEBIAN_FRONTEND="noninteractive"
export TZ="America/Los_Angeles"
sudo apt-get update -qq
sudo apt-get install -qq -y git-core gcc g++ gfortran cmake ninja-build subversion automake m4 wget swig python3-dev mpich python3-numpy python3-mpi4py
sudo apt-get install -qq -y git-core gcc g++ gfortran cmake ninja-build subversion automake m4 wget swig python3-dev openmpi-bin libopenmpi-dev python3-numpy python3-mpi4py
- name: Setup CCache
uses: hendrikmuhs/ccache-action@v1.2
with:
Expand Down

0 comments on commit 4c28c54

Please sign in to comment.