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
Sbalzarini Lab
S
Software
P
Parallel Computing
OpenFPM
openfpm_vcluster
Commits
e921da85
Commit
e921da85
authored
Mar 26, 2016
by
Pietro Incardona
Browse files
Try to fix on taurus
parent
5dc9c627
Changes
1
Show whitespace changes
Inline
Side-by-side
build_vcluster.sh
View file @
e921da85
...
...
@@ -66,11 +66,11 @@ then
echo
"
$PATH
"
module load gcc/4.8.2
module load boost/1.55.0-gnu4.8
module load openmpi/1.
8.8
-gnu
module load openmpi/1.
10.2
-gnu
module unload bullxmpi
sh ./autogen.sh
sh ./configure
--enable-verbose
--with-boost
=
/sw/taurus/libraries/boost/1.55.0-gnu4.8
CXX
=
mpic++
sh ./configure
--with-boost
=
/sw/taurus/libraries/boost/1.55.0-gnu4.8
CXX
=
mpic++
make
if
[
$?
-ne
0
]
;
then
exit
1
;
fi
...
...
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