From 79c51482fe06e30fadd981b46fffde04bfa78627 Mon Sep 17 00:00:00 2001 From: Johannes Blaschke Date: Sun, 17 Nov 2024 17:52:57 +0100 Subject: [PATCH] Update README.md --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/README.md b/README.md index e8249e4..3cc66f6 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,36 @@ because it tries to streamline the process by: 2. Generating a `activate.sh` script which activates any customizations to the user shell environment +### Step-By-Step Guide for setting up Juputer Kernels at NERSC: + + +1. Go to https://jupyter.nersc.gov and log in with your credentials -- you should see soemthing like this: +image +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) + +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) +image + +3. If you did everything correctly, you should see a terminal window in the left-hand tab: +image + +4. Clone the tutorial repository: +```sh +git clone https://github.com/JuliaParallel/julia-hpc-tutorial-sc24 +``` + +5. Enter the tutorial folder: +```sh +git clone https://github.com/JuliaParallel/julia-hpc-tutorial-sc24 +cd julia-hpc-tutorial-sc24 +``` + +6. Run the install script: +```sh +./install.sh +``` +(this might take some time – that’s OK) +