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

Making compilation faster

parent 22a7df67
No related branches found
No related tags found
No related merge requests found
......@@ -134,7 +134,7 @@ else
fi
mv $HOME/openfpm_vars $HOME/openfpm_vars_$branch
source $HOME/openfpm_vars_$branch
make -j 1
make -j 8
else
echo "Installing with: ./install -i $HOME/openfpm_dependencies/openfpm_pdata/$branch -m -s -c \"$installation_dir --no-recursion\""
./install -i $HOME/openfpm_dependencies/openfpm_pdata/$branch -m -s -c "$installation_dir --no-recursion"
......@@ -144,7 +144,7 @@ else
fi
mv $HOME/openfpm_vars $HOME/openfpm_vars_$branch
source $HOME/openfpm_vars_$branch
make -j 1
make -j 8
fi
if [ $? -ne 0 ]; 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