Difference between revisions of "ALCF"

From PHASTA Wiki
Jump to: navigation, search
(Copy Files From Viz Nodes)
(How-To's)
Line 48: Line 48:
  
 
It will ask you for your password and verification; this is the same password used to login to jumpgate, not the 8-digit code from MobilePASS+.
 
It will ask you for your password and verification; this is the same password used to login to jumpgate, not the 8-digit code from MobilePASS+.
 +
 +
=== Copy Files From Cooley To Viz Nodes ===
 +
 +
  scp -r [insert file/folder here] jumpgate-phasta.colorado.edu:[insert destination folder here]
 +
 +
It will ask you for your password and verification; this is the same password used to login to jumpgate, not the 8-digit code from MobilePASS+.
 +
 +
Note: if your usernames on ALCF and the Viz Nodes are not the same, then you must add "[your username here]@" before "jumpgate".
  
 
[[Category:Compute Facilities]]
 
[[Category:Compute Facilities]]

Revision as of 11:38, 20 May 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 either Theta or Cooley at ALCF with the command(s):

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

It asks for a password; this is the 8-digit code in the MobilePASS+ app on your phone (instructions on how to set that up are given by ALCF when you create an account).

Start Interactive Session on Cooley

To start an interactive session, run this script:

 /projects/cfdml_aesp/Viz/cooley/Viz-SyncIO/subIntNodesTime.sh 1 120

This will reserve you one node for 120 minutes (this is the maximum time allowed by ALCF).

Copy Files From Viz Nodes To Cooley

 scp -r jumpgate-phasta.colorado.edu:[insert file/folder here] .

It will ask you for your password and verification; this is the same password used to login to jumpgate, not the 8-digit code from MobilePASS+.

Copy Files From Cooley To Viz Nodes

 scp -r [insert file/folder here] jumpgate-phasta.colorado.edu:[insert destination folder here]

It will ask you for your password and verification; this is the same password used to login to jumpgate, not the 8-digit code from MobilePASS+.

Note: if your usernames on ALCF and the Viz Nodes are not the same, then you must add "[your username here]@" before "jumpgate".