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
Simon May
config
Commits
89f028e9
Commit
89f028e9
authored
Jan 14, 2019
by
Simon May
Browse files
Add HDF5 to LD_LIBRARY_PATH
parent
41e0fafe
Changes
1
Hide whitespace changes
Inline
Side-by-side
.bashrc
View file @
89f028e9
...
...
@@ -13,8 +13,8 @@ module load anaconda/3_5.3.0
module load mathematica
module load gnuplot
# include GSL in LD_LIBRARY_PATH
export
LD_LIBRARY_PATH
=
"
$LD_LIBRARY_PATH
:
$GSL_HOME
/lib"
# include GSL
and HDF5
in LD_LIBRARY_PATH
export
LD_LIBRARY_PATH
=
"
$LD_LIBRARY_PATH
:
$GSL_HOME
/lib
:
$HDF5_HOME
/lib
"
# if running interactively: set MPI variables; else stop
# see https://www.mpcdf.mpg.de/services/computing/linux/Astrophysics
...
...
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