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
e540c27e
Commit
e540c27e
authored
Apr 21, 2021
by
Simon May
Browse files
Load mpi4py also with GCC/Open MPI
parent
ea091f61
Changes
3
Hide whitespace changes
Inline
Side-by-side
modules/common.sh
View file @
e540c27e
...
...
@@ -8,6 +8,7 @@ module load datashare
module load git
module load parallel
module load anaconda/3
module load mpi4py
module load julia/1.5.1
module load gnuplot
module load p7zip
modules/gcc.sh
View file @
e540c27e
...
...
@@ -2,4 +2,3 @@ module purge
module load gcc
module load openmpi
.
~/modules/common.sh
#module load mpi4py # only available with impi?
modules/intel.sh
View file @
e540c27e
...
...
@@ -2,7 +2,6 @@ module purge
module load intel/19.1.2
module load impi/2019.8
.
~/modules/common.sh
module load mpi4py
# if running interactively: set MPI variables; else stop
# see https://www.mpcdf.mpg.de/services/computing/linux/Astrophysics
...
...
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