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
82f556b0
Commit
82f556b0
authored
Sep 01, 2017
by
incardon
Browse files
Fixing HDF5 detecting compilation failure
parent
8ae85fcb
Changes
1
Hide whitespace changes
Inline
Side-by-side
script/install_HDF5.sh
View file @
82f556b0
...
...
@@ -50,4 +50,8 @@ else
fi
mkdir
$1
/HDF5
make
install
if
[
$?
-ne
0
]
;
then
echo
"HDF5 error installing"
exit
0
fi
echo
1
>
$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