You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,10 +25,11 @@ Please use [this link](https://join.slack.com/t/juliahpctutor-7z54837/shared_inv
25
25
26
26
We will again host a [Julia for HPC BoF at SC24](https://github.com/JuliaParallel/julia-hpc-bof-sc24)
27
27
28
-
## Running Gray Scott reaction diffusion model on NERSC
28
+
## Getting Started at NERSC
29
29
30
+
The [Cheat Sheet](./Cheat%20Sheet.pdf) outlines the steps you need to get started at NERSC.
30
31
31
-
## Special Considerations for Running on NERSC
32
+
###Special Considerations for Running on NERSC
32
33
33
34
NERSC has about 10000 users, therefore the system-wide configurations are
34
35
pretty bare-bones. On single-user systems (like your local workstation, laptop,
@@ -41,6 +42,10 @@ The solution presented here is to install all necessary Julia packages using
41
42
the `install.sh` script. This script also generates `activate.sh` which
42
43
activates any customizations to the user shell environment.
43
44
45
+
### Running Gray Scott reaction diffusion model on NERSC
46
+
47
+
Please refer to [installation and configuration](https://juliaornl.github.io/TutorialJuliaHPC/applications/GrayScott/06-Perlmutter.html) instructions for Perlmutter.
0 commit comments