tutorials_connect

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

tutorials_connect [2025/05/16 16:26] – created docuadmintutorials_connect [2025/05/30 15:45] (current) docuadmin
Line 1: Line 1:
- 
 ===== Connect to the HPC system: ===== ===== Connect to the HPC system: =====
  
Line 20: Line 19:
  
 ===== Moving files to/from the HPC system: ===== ===== 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. 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.
  
Line 46: Line 46:
  
 4. Open OnDemand is a graphical, web-based option for managing your files on the cluster. Direct your browser to [[https://hpc.grinnell.edu]] and login. From the 'Files' menu, select 'Home directory'. Here you'll have tools for viewing and managing the files in your home directory on the cluster. 4. Open OnDemand is a graphical, web-based option for managing your files on the cluster. Direct your browser to [[https://hpc.grinnell.edu]] and login. From the 'Files' menu, select 'Home directory'. Here you'll have tools for viewing and managing the files in your home directory on the cluster.
 +
 +===== Remotely editing files on the HPC system: =====
 +
 +Another convenient option for editing your files on the HPC is to take advantage of the Remote Development using SSH feature of VS Code. Detailed instructions for this process are outside the scope of this document, but you can find help in [[https://code.visualstudio.com/docs/remote/ssh|VS Code's documentation.]]