Difference between revisions of "ALCF"

From PHASTA Wiki
Jump to: navigation, search
Line 29: Line 29:
 
From the Viz nodes connect to Theta at ALCF with the command:
 
From the Viz nodes connect to Theta at ALCF with the command:
  
  ssh -Y <username>@theta.alcf.anl.gov
+
  ssh <username>@theta.alcf.anl.gov
  
You will find yourself in your home space on the Theta file system. To change directory into a project space you must include the path to the Theta file system. The command <code>cd /gpfs/theta-fs1/projects</code> will take you to the directory containing all project spaces on Theta.
+
You will find yourself in your home space on the Theta file system. To change directory into a project space you must include the path to the Theta file system. The command <code>cd /gpfs/theta-fs1</code> will take you to the directory containing all project spaces on Theta.
  
  
 
[[Category:Compute Facilities]]
 
[[Category:Compute Facilities]]

Revision as of 13:26, 15 March 2022

Wiki page for information related to the Argonne Leadership Computing Facility (ALCF) located at Argonne National Labs.

Overview

Key Value Notes
Machines Cooley Visualization
Theta Compute
Job Submission System Cobalt
Facility Documentation ALCF Support Center

How-To's

Login

From the Viz nodes connect to Theta at ALCF with the command:

ssh <username>@theta.alcf.anl.gov

You will find yourself in your home space on the Theta file system. To change directory into a project space you must include the path to the Theta file system. The command cd /gpfs/theta-fs1 will take you to the directory containing all project spaces on Theta.