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

Forcing ubuntu to install MPI

parent c4db6060
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,8 @@ echo "compilation type: $5"
echo "Branch name: $6"
if [ x"$3" == x"ubuntu" ]; then
./script/install_MPI.sh $HOME/openfpm_dependencies/openfpm_pdata/$branch/ 8
rm -rf ./script/install_MPI.sh $HOME/openfpm_dependencies/openfpm_pdata/MPI
./script/install_MPI.sh $HOME/openfpm_dependencies/openfpm_pdata/$6/ 8
fi
#if [ x"$3" == x"osx" ]; then
......
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