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_io
Commits
52761153
Commit
52761153
authored
Mar 18, 2016
by
Pietro Incardona
Browse files
Fixing with mpi compilation
parent
88b06d9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
build_io.sh
View file @
52761153
...
...
@@ -25,9 +25,9 @@ elif [ "$2" == "gin" ]
then
module load gcc/4.8.2
module load boost/1.54.0
sh ./configure
--with-boost
=
/sw/apps/boost/1.54.0/
--with-hdf5
=
$HOME
/HDF5/bin/h5pcc
sh ./configure
CXX
=
mpic++
--with-boost
=
/sw/apps/boost/1.54.0/
--with-hdf5
=
$HOME
/HDF5/bin/h5pcc
else
sh ./configure
--with-hdf5
=
$HOME
/HDF5/bin/h5pcc
sh ./configure
CXX
=
mpic++
--with-hdf5
=
$HOME
/HDF5/bin/h5pcc
fi
make
...
...
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