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

Fixing ubuntu MPI installation

parent 1b4ec0a5
No related branches found
No related tags found
No related merge requests found
......@@ -9,11 +9,11 @@ echo "make target: $4"
echo "compilation type: $5"
echo "Branch name: $6"
#if [ x"$3" == x"ubuntu" ]; then
if [ x"$3" == x"ubuntu" ]; then
# rm -rf $HOME/openfpm_dependencies/openfpm_pdata/$6/*
# ./script/install_MPI.sh $HOME/openfpm_dependencies/openfpm_pdata/$6/ 8
# export PATH="$HOME/openfpm_dependencies/openfpm_pdata/$6/MPI/bin/:$PATH"
#fi
export PATH="$HOME/openfpm_dependencies/openfpm_pdata/$6/MPI/bin/:$PATH"
fi
#if [ x"$3" == x"osx" ]; then
# rm -rf $HOME/openfpm_dependencies/openfpm_pdata/$6/OPENBLAS
......
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