Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argupta
openfpm_pdata
Commits
0653808c
Commit
0653808c
authored
Jul 13, 2017
by
Pietro Incardona
Browse files
Fixing installation on master
parent
d39d98d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.sh
View file @
0653808c
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment