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 gustavo-marques committed Dec 9, 2022
1 parent ed25279 commit 3808641
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 3808641

Please sign in to comment.