Skip to content

Commit 79c5148

Browse files
authored
Update README.md
1 parent e80632b commit 79c5148

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,36 @@ because it tries to streamline the process by:
7171
2. Generating a `activate.sh` script which activates any customizations to the
7272
user shell environment
7373

74+
### Step-By-Step Guide for setting up Juputer Kernels at NERSC:
75+
76+
77+
1. Go to https://jupyter.nersc.gov and log in with your credentials -- you should see soemthing like this:
78+
<img width="825" alt="image" src="https://github.com/user-attachments/assets/7abc3be2-1ad2-43f4-b2d1-fe6e7b5e8e5a">
79+
You might not see the bright red “stop” button, and probably fewer rows/columns – that’s OK. Select “Server” in the “Login Node” column and “Perlmutter” row (red box)
80+
81+
2. After a short while, you should see a blue button (with a “+” sign) in the top left hand corner. Push it, and then select “Terminal” (you might need to scroll)
82+
<img width="818" alt="image" src="https://github.com/user-attachments/assets/c642bfec-d525-4d87-a53b-16625e16ed81">
83+
84+
3. If you did everything correctly, you should see a terminal window in the left-hand tab:
85+
<img width="793" alt="image" src="https://github.com/user-attachments/assets/a7d0a60f-e20c-465d-89c8-433fb146b5d7">
86+
87+
4. Clone the tutorial repository:
88+
```sh
89+
git clone https://github.com/JuliaParallel/julia-hpc-tutorial-sc24
90+
```
91+
92+
5. Enter the tutorial folder:
93+
```sh
94+
git clone https://github.com/JuliaParallel/julia-hpc-tutorial-sc24
95+
cd julia-hpc-tutorial-sc24
96+
```
97+
98+
6. Run the install script:
99+
```sh
100+
./install.sh
101+
```
102+
(this might take some time – that’s OK)
103+
74104
</details>
75105

76106
<details>

0 commit comments

Comments
 (0)