We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
apt update
1 parent c58ae27 commit 9947ef4Copy full SHA for 9947ef4
setup-mpi.sh
@@ -8,6 +8,7 @@ case $(uname) in
8
Linux)
9
MPI="${MPI:-mpich}"
10
echo "Installing $MPI with apt"
11
+ sudo apt update
12
case $MPI in
13
mpich)
14
sudo apt install -y -q mpich libmpich-dev
0 commit comments