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_pdata
Commits
2c104a67
Commit
2c104a67
authored
Sep 01, 2017
by
incardon
Browse files
Fixing install HDF5 script
parent
82f556b0
Changes
2
Hide whitespace changes
Inline
Side-by-side
build_sec_compilers.sh
View file @
2c104a67
...
...
@@ -32,7 +32,6 @@ if [ "$2" == "taurus" ]; then
echo
"3"
>
input_install
echo
"1"
>>
input_install
echo
"1"
>>
input_install
echo
"24"
>>
input_install
echo
"y"
>>
input_install
echo
"1"
>>
input_install
...
...
script/install_HDF5.sh
View file @
2c104a67
...
...
@@ -41,7 +41,7 @@ wget http://ppmcore.mpi-cbg.de/upload/hdf5-1.8.19.tar.gz
tar
-xf
hdf5-1.8.19.tar.gz
cd
hdf5-1.8.19
if
[
x
"
$plaform
"
!=
x
"cygwin"
]
;
then
if
[
x
"
$pla
t
form
"
!=
x
"cygwin"
]
;
then
CC
=
mpicc ./configure
--with-zlib
=
$1
/ZLIB
--enable-parallel
--prefix
=
$1
/HDF5
make
-j
$2
else
...
...
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