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
32bd87bc
Commit
32bd87bc
authored
Aug 22, 2018
by
Simon May
Browse files
Set environment variables for interactive MPI
parent
67254f28
Changes
1
Hide whitespace changes
Inline
Side-by-side
.bashrc
View file @
32bd87bc
...
...
@@ -15,3 +15,13 @@ module load gnuplot
# include GSL in LD_LIBRARY_PATH
export
LD_LIBRARY_PATH
=
"
$LD_LIBRARY_PATH
:
$GSL_HOME
/lib"
# if running interactively: set MPI variables; else stop
# see https://www.mpcdf.mpg.de/services/computing/linux/Astrophysics
case
$-
in
*
i
*
)
unset
I_MPI_HYDRA_BOOTSTRAP
unset
I_MPI_PMI_LIBRARY
;;
*
)
return
;;
esac
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