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
24d56140
Commit
24d56140
authored
Jul 06, 2020
by
Simon May
Browse files
Load Intel modules if an environment variable is set
parent
4333bebf
Changes
1
Hide whitespace changes
Inline
Side-by-side
.bashrc
View file @
24d56140
...
...
@@ -3,7 +3,11 @@
.
~/.env
# setup modules
.
~/modules/gcc.sh
if
[
-n
"
${
BASHRC_LOAD_MODULES_INTEL
+x
}
"
]
;
then
.
~/modules/intel.sh
else
.
~/modules/gcc.sh
fi
#module load mathematica # only available on login nodes
#module load idl # only available on login nodes
...
...
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