Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sds
mochi-boot-camp
Commits
6a0acd6f
Commit
6a0acd6f
authored
Sep 21, 2019
by
Shane Snyder
Browse files
Update README.md
parent
12775110
Changes
1
Show whitespace changes
Inline
Side-by-side
sessions/s2-hands-on/README.md
View file @
6a0acd6f
...
@@ -73,7 +73,7 @@ default:
...
@@ -73,7 +73,7 @@ default:
You can see in this case that it only found `gcc 4.8.5`, which will work,
You can see in this case that it only found `gcc 4.8.5`, which will work,
but is quite old. There are newer compilers available in the JLSE
but is quite old. There are newer compilers available in the JLSE
environment that you can use in slack by putting them in your path and
environment that you can use in slack by putting them in your path and
re-running spack compiler find:
re-running
`
spack compiler find
`
:
```
```
[carns@jlselogin2 bootcamp]$ export PATH="/soft/compilers/gcc/8.2.0/linux-rhel7-x86_64/bin/:$PATH"
[carns@jlselogin2 bootcamp]$ export PATH="/soft/compilers/gcc/8.2.0/linux-rhel7-x86_64/bin/:$PATH"
...
...
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