Skip to content

Commit 4d980d9

Browse files
committedJun 12, 2023
Lisa Guide: Note on Snellius
1 parent ac42535 commit 4d980d9

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed
 

‎docs/tutorial_notebooks/tutorial1/Lisa_Cluster.ipynb

+9-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
"# Guide 1: Working with the Lisa cluster\n",
88
"**Author:** Phillip Lippe\n",
99
"\n",
10+
"<div class=\"alert alert-info\">\n",
11+
"**Note:** The Lisa system is being deprecated in favor of the new Supercomputer Snellius. Most aspects discussed in this guide will remain the same, but we will update it once it's clear on what system the DL1 course will work from late 2023 on. \n",
12+
"</div>\n",
13+
"\n",
1014
"This tutorial explains how to work with the Lisa cluster for the Deep Learning course at the University of Amsterdam. Every student will receive an account to have resources for training deep neural networks and get familiar with working on a cluster. It is recommended to have listened to the presentation by the SURFsara team or the TA team before going through this tutorial. Further, this tutorial assumes that you are familiar with using the terminal in Linux. If not, a crash course can be found [here](https://servicedesk.surf.nl/wiki/display/WIKI/First+time+usage+of+Lisa).\n",
1115
"\n",
1216
"## The Lisa cluster\n",
@@ -178,6 +182,10 @@
178182
"srun python -u ...\n",
179183
"```\n",
180184
"\n",
185+
"<div class=\"alert alert-info\">\n",
186+
" **Note:** On Snellius, replace `--partition=gpu_shared_course` with `--partition=gpu` and `--gres=gpu:1` with `--gpus=1`.\n",
187+
"</div>\n",
188+
"\n",
181189
"#### Job arguments\n",
182190
"\n",
183191
"You might have to change the `#SBATCH` arguments depending on your needs. We describe the arguments below:\n",
@@ -438,7 +446,7 @@
438446
"name": "python",
439447
"nbconvert_exporter": "python",
440448
"pygments_lexer": "ipython3",
441-
"version": "3.8.2"
449+
"version": "3.10.6"
442450
}
443451
},
444452
"nbformat": 4,

0 commit comments

Comments
 (0)
Please sign in to comment.