Skip to content

Commit

Permalink
Switch from mpich to openmpi
Browse files Browse the repository at this point in the history
Testing to see if GH actions is failing due to MPI installation
  • Loading branch information
adcroft authored and marshallward committed Dec 7, 2022
1 parent d01c42a commit e2ef845
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/ubuntu-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
sudo apt-get install netcdf-bin
sudo apt-get install libnetcdf-dev
sudo apt-get install libnetcdff-dev
sudo apt-get install mpich
sudo apt-get install libmpich-dev
sudo apt-get install openmpi-bin
sudo apt-get install libopenmpi-dev
sudo apt-get install linux-tools-common
echo "::endgroup::"

0 comments on commit e2ef845

Please sign in to comment.