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
d59601b1
Commit
d59601b1
authored
Jul 07, 2021
by
Simon May
Browse files
Update to GCC 10 on Freya
parent
8c355547
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gcc.sh
View file @
d59601b1
module purge
module load gcc
if
hostname
|
grep
-q
'^freya'
;
then
module load gcc/10
else
module load gcc
fi
module load openmpi
.
~/modules/common.sh
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