Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
hndgzkn committed Mar 10, 2021
1 parent 0fc8907 commit 2f39e76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/install_mpi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ case "$MPI_INSTALL" in
"system")
case "$MPI_IMPL" in
"openmpi")
sudo apt-get update & \
sudo apt-get install -qy libopenmpi-dev openmpi-bin
;;
"mpich")
sudo apt-get update & \
sudo apt-get install -qy mpich
;;
*)
Expand Down

0 comments on commit 2f39e76

Please sign in to comment.