Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simon May
config
Commits
75f383a5
Commit
75f383a5
authored
Apr 01, 2020
by
Simon May
Browse files
Set environment variables for intel in intel.sh
parent
2a8db712
Changes
2
Hide whitespace changes
Inline
Side-by-side
.bashrc
View file @
75f383a5
...
...
@@ -7,12 +7,10 @@
#module load mathematica # only available on login nodes
#module load idl # only available on login nodes
# if running interactively: set MPI variables; else stop
# s
ee https://www.mpcdf.mpg.de/services/computing/linux/Astrophysics
# s
top if not running interactively
case
$-
in
*
i
*
)
unset
I_MPI_HYDRA_BOOTSTRAP
unset
I_MPI_PMI_LIBRARY
;;
*
)
return
;;
esac
...
...
modules/intel.sh
View file @
75f383a5
...
...
@@ -3,3 +3,12 @@ module load intel
module load impi
.
~/modules/common.sh
module load mpi4py
# 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
;;
esac
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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