Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| tutorials [2025/05/16 16:25] – docuadmin | tutorials [2025/05/27 15:28] (current) – docuadmin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | [[tutorials/ | + | ====== Orientation ====== |
| - | ===== Connect to the HPC system: ===== | ||
| + | If you've not had much exposure to running computational workloads on an HPC cluster, this video is a brief but very helpful introduction to an HPC cluster. It is recommended that you watch this video before proceeding with the tutorials linked below. | ||
| - | There are two methods of connecting to the HPC system. If you are using computer that is connected to the Grinnell College network, you can SSH to the cluster. Clients that are off-campus can connect to the cluster in a web browser by visiting https:// | ||
| - | 1. SSH (on-campus): | + | {{ youtube> |
| - | ssh [username]@hpc.grinnell.edu | + | ====== Tutorials ====== |
| - | You'll be prompted for your password and may be prompted to acknowledge that you're connecting to a remote host that you have not connected to before (a reference to a new host key or a known_hosts file). | ||
| - | 2. Web-based access: Direct your browser | + | [[tutorials/ |
| - | 3. SSH (off-campus): | + | [[tutorials/scheduler|Submitting Jobs]] |
| - | Use a command line application to connect to ssh.cs.grinnell.edu. The connection to ssh.cs.grinnell.edu requires your authentication key and will prompt you for Duo MFA. After establishing a connection to ssh.cs.grinnell.edu, | + | |
| - | + | ||
| - | ssh -J ssh.cs.grinnell.edu | + | |
| - | + | ||
| - | + | ||
| - | ===== Moving files to/from the HPC system: ===== | + | |
| - | There are both command line and graphical options for managing your files on the HPC system. Which you choose will depend on how many files you have to move, how large they are, whether you want to script or automate the file management, etc. | + | |
| - | + | ||
| - | 1. One command line option is '' | + | |
| - | + | ||
| - | scp ~/ | + | |
| - | + | ||
| - | More information on '' | + | |
| - | + | ||
| - | + | ||
| - | 2. Another command line option is '' | + | |
| - | + | ||
| - | rsync / | + | |
| - | + | ||
| - | More information on '' | + | |
| - | + | ||
| - | + | ||
| - | 3. If you prefer a graphical user interface, you can use SFTP clients such as [[https:// | + | |
| - | The connection details for these applications will be: | + | |
| - | - Protocol: SFTP | + | |
| - | - Server: hpc.grinnell.edu | + | |
| - | - Port: 22 | + | |
| - | - User: [username] | + | |
| - | Because this option relies on SSH, this option only works from a computer connected to an on-campus network. | + | |
| - | + | ||
| - | + | ||
| - | 4. Open OnDemand is a graphical, web-based option for managing your files on the cluster. Direct your browser to [[https:// | + | |