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
d54b4b3f
Commit
d54b4b3f
authored
Oct 26, 2021
by
Simon May
Browse files
Revert to GCC 10 because of missing mpi4py module
parent
f0455133
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gcc.sh
View file @
d54b4b3f
module purge
if
hostname
|
grep
-Eq
'^co'
;
then
module load gcc/10
else
module load gcc/11
fi
module load gcc/10
module load openmpi
.
~/modules/common.sh
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