Skip to content
Snippets Groups Projects
Commit bdf7ef83 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing MPI installation

parent ec80a15c
No related branches found
No related tags found
No related merge requests found
......@@ -2,10 +2,6 @@
# check if the directory $1/MPI exist
if [ -d "$1/MPI" ]; then
echo "MPI already installed"
exit 0
fi
rm -rf openmpi-3.1.3
rm openmpi-3.1.3.tar.gz
wget http://ppmcore.mpi-cbg.de/upload/openmpi-3.1.3.tar.gz
......
......@@ -2,6 +2,11 @@
# check if the directory $1/MPI exist
if [ -d "$1/MPI" ]; then
echo "MPI already installed"
exit 0
fi
./script/download_MPI.sh
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment