Difference between revisions of "ALCF"
From PHASTA Wiki
Line 1: | Line 1: | ||
+ | Wiki page for information related to the '''Argonne Leadership Computing Facility''' ('''ALCF''') located at Argonne National Labs. | ||
+ | |||
+ | ==Overview== | ||
+ | {| class="wikitable" style="text-align:center;" | ||
+ | ! Key | ||
+ | ! Value | ||
+ | ! Notes | ||
+ | |- | ||
+ | | style="font-weight:bold; text-align:left;" | Machines | ||
+ | | Cooley | ||
+ | | Visualization | ||
+ | |- | ||
+ | | style="text-align:left;" | | ||
+ | | Theta | ||
+ | | Compute | ||
+ | |- | ||
+ | | style="font-weight:bold; text-align:left;" | Job Submission System | ||
+ | | [https://xgitlab.cels.anl.gov/aig-public/cobalt Cobalt] | ||
+ | | | ||
+ | |- | ||
+ | | style="font-weight:bold; text-align:left;" | Facility Documentation | ||
+ | | [https://www.alcf.anl.gov/support-center ALCF Support Center] | ||
+ | | | ||
+ | |} | ||
+ | |||
+ | == How-To's == | ||
+ | |||
+ | === Login === | ||
From the Viz nodes connect to Theta at ALCF with the command: | From the Viz nodes connect to Theta at ALCF with the command: | ||
Line 5: | Line 33: | ||
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/projects</code> will take you to the directory containing all project spaces on Theta. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
[[Category:ComputeFacilities]] | [[Category:ComputeFacilities]] |
Revision as of 10:00, 23 July 2020
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 -Y <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/projects
will take you to the directory containing all project spaces on Theta.