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

Latest modules

parent a7a28c8e
No related branches found
No related tags found
No related merge requests found
openfpm_data @ 7b236b20
Subproject commit 20f2ba688e4d5ebd0769482e791f7cc652fa2fb1
Subproject commit 7b236b204edfe60d6a104da5a9e7e4f0aa1d6c90
......@@ -6,11 +6,11 @@ if [ -d "$1/MPI" ]; then
echo "MPI already installed"
exit 0
fi
rm -rf openmpi-3.1.1
rm openmpi-3.1.1.tar.gz
rm -rf openmpi-3.1.3
rm openmpi-3.1.3.tar.gz
wget http://ppmcore.mpi-cbg.de/upload/openmpi-3.1.1.tar.gz
tar -xvf openmpi-3.1.1.tar.gz
cd openmpi-3.1.1
tar -xvf openmpi-3.1.3.tar.gz
cd openmpi-3.1.3
#
# --disable-mca-dso \
......@@ -37,5 +37,5 @@ make -j $2
make install
# Mark the installation
echo 3 > $1/MPI/version
echo 4 > $1/MPI/version
......@@ -169,9 +169,9 @@ function remove_old()
if [ -d $1/MPI ]; then
version=$(cat $1/MPI/version)
if [ x"$version" != x"3" ]; then
if [ x"$version" != x"4" ]; then
echo -e "\033[1;34;5m -------------------------------------------------------------------------------------- \033[0m"
echo -e "\033[1;34;5m MPI has been updated to version 3.1.1, the component will be updated automatically \033[0m"
echo -e "\033[1;34;5m MPI has been updated to version 3.1.3, the component will be updated automatically \033[0m"
echo -e "\033[1;34;5m -------------------------------------------------------------------------------------- \033[0m"
sleep 5
rm -rf $1/MPI/include
......
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