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
f784e442
Commit
f784e442
authored
Sep 23, 2021
by
incardon
Browse files
Moving HDF5 in IO testing
parent
18e22b84
Pipeline
#3600
failed with stages
in 13 minutes and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
install_HDF5.sh
View file @
f784e442
...
...
@@ -37,9 +37,9 @@ else
fi
### 1.8.19 does not compile on CYGWIN
wget http://ppmcore.mpi-cbg.de/upload/hdf5-1.10.
6
.tar.gz
tar
-xf
hdf5-1.10.
6
.tar.gz
cd
hdf5-1.10.
6
wget http://ppmcore.mpi-cbg.de/upload/hdf5-1.10.
7
.tar.gz
tar
-xf
hdf5-1.10.
7
.tar.gz
cd
hdf5-1.10.
7
if
[
x
"
$platform
"
!=
x
"cygwin"
]
;
then
CC
=
mpicc ./configure
--with-zlib
=
$1
/ZLIB
--enable-parallel
--prefix
=
$1
/HDF5
...
...
@@ -54,4 +54,4 @@ if [ $? -ne 0 ]; then
echo
"HDF5 error installing"
exit
0
fi
echo
2
>
$1
/HDF5/version
echo
3
>
$1
/HDF5/version
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