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

Reducing even more compilation speed

parent ddb0de3e
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ then ...@@ -30,7 +30,7 @@ then
if [ x"$4" == x"full" ]; then if [ x"$4" == x"full" ]; then
./install -s -c "--prefix=/home/jenkins/openfpm_install" ./install -s -c "--prefix=/home/jenkins/openfpm_install"
else else
./install -m -s -c "--prefix=/home/jenkins/openfpm_install" ./install -m -s -c "--prefix=/home/jenkins/openfpm_install --no-recursion"
make $3 make $3
fi fi
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
...@@ -57,7 +57,7 @@ then ...@@ -57,7 +57,7 @@ then
module load boost/1.54.0 module load boost/1.54.0
sh ./autogen.sh sh ./autogen.sh
./install -m -s -c "--with-boost=/sw/apps/boost/1.54.0/ CXX=mpic++" ./install -m -s -c "--with-boost=/sw/apps/boost/1.54.0/ CXX=mpic++ --no-recursion"
make $3 make $3
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
...@@ -80,7 +80,7 @@ then ...@@ -80,7 +80,7 @@ then
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/home/incard/PARMETIS/lib:/home/incard/METIS/lib:/home/incard/HDF5/lib" export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/home/incard/PARMETIS/lib:/home/incard/METIS/lib:/home/incard/HDF5/lib"
./install -m -i "/scratch/p_ppm/" -s -c"CXX=mpic++" ./install -m -i "/scratch/p_ppm/" -s -c"CXX=mpic++ --no-recursion"
make $3 make $3
source $HOME/openfpm_vars source $HOME/openfpm_vars
...@@ -96,7 +96,7 @@ else ...@@ -96,7 +96,7 @@ else
if [ x"$4" == x"full" ]; then if [ x"$4" == x"full" ]; then
./install -s -c "--prefix=/Users/jenkins/openfpm_install" ./install -s -c "--prefix=/Users/jenkins/openfpm_install"
else else
./install -m -s -c "--prefix=/Users/jenkins/openfpm_install" ./install -m -s -c "--prefix=/Users/jenkins/openfpm_install --no-recursion"
make $3 make $3
fi fi
......
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