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

Fixing installation on master

parent d39d98d2
No related branches found
No related tags found
No related merge requests found
......@@ -28,11 +28,6 @@ if [ "$2" == "gin" ]
then
echo "Compiling on gin\n"
echo "1" >> input_install
echo "1" >> input_install
echo "12" >> input_install
echo "y" >> input_install
source ~/.bashrc
module load gcc/4.9.2
mkdir $HOME/$5
......@@ -61,11 +56,6 @@ elif [ "$2" == "taurus" ]
then
echo "Compiling on taurus"
echo "1" >> input_install
echo "1" >> input_install
echo "24" >> input_install
echo "y" >> input_install
source /etc/profile
echo "$PATH"
module load eigen/3.2.0
......@@ -91,11 +81,6 @@ else
echo "Compiling general"
source ~/.bashrc
echo "1" >> input_install
echo "1" >> input_install
echo "4" >> input_install
echo "y" >> input_install
mkdir $HOME/$5
if [ x"$4" == x"full" ]; then
./install -i $HOME/$5 -s -c "--prefix=/Users/jenkins/openfpm_install" < input_install
......
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