Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 1.24 KB

README.md

File metadata and controls

19 lines (10 loc) · 1.24 KB

PRACE course: Introduction to High-Performance Machine Learning (2nd day)

For the first session in this course we will use the Cartesius supercomputer hosted at SURFsara. You will need to connect to them through the ssh protocol (natively installed on Linux and Mac).

For Windows users, we recommend to connect via ssh using MobaXterm or, on Windows 10, using the native bash environment

Connect to Cartesius

To connect to Cartesius, please open a terminal and use the following command:

ssh ptcXXX@cartesius.surfsara.nl

Here "ptcXXX" is the login name that you received via email. Type in the password you received together with your login name and press Enter (note that the cursor may not move while introducing the password, but the typing will succeed).

This access to Cartesius is made available for duration of the course and at most one week after its finalization.

Running Jupyter notebooks

Please refer to the repository of the introduction part and find the information in the part "Preparation for the hands-on sessions" of the README file.