Accessing Zest
To access Zest, simply make an SSH connection using your NetID and specifying the login node you have been assigned. The example below uses 'its-zest-login2.syr.edu'. Refer to the access email you received from Research Computing staff with your node information. The cluster supports connection via CMD, programs like Putty, and the use of SCP and WinSCP.
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
ssh netid@its-zest-login2.syr.edu |
Tip | ||
---|---|---|
| ||
Off-campus networks cannot access the cluster directly. Users off campus need to connect to campus via Remote Desktop Services (RDS). RDS will provide you with a Windows 10 desktop that has access to your G: drive, campus OneDrive, and the research clusters. Once connected, SSH and SCP are available from the Windows command prompt or you can use Putty and WinSCP which are also installed. Full instructions and details for connection to RDS are available on the RDS home page. Note that Azure VPN is an alternative option, but not available for all users. See the Azure VPN page for more details. |
Slurm Basics
Slurm Commands
Command | Description |
---|---|
sinfo | Show node information |
squeue | Show job queue |
sacct | Display job accounting information |
sbatch [script name] | Submits job script |
salloc [options] [command] | Starts an interactive job |
srun [options] [command] | Launch parallel job steps, usually runs in a SBATCH script |
srun --pty [options] bash | Launch interactive job on a worker node |
sstat [job id] | Display running job status |
scancel [job id] | Cancel job |
Slurm Environmental Variables
Command | Description |
---|---|
$SLURM_JOB_ID | Job ID |
$SLURM_JOB_NAME | Job name |
$SLURM_SUBMIT_DIR | Submit directory from login node |
$SLURM_SUBMIT_HOST | Submission host |
$SLURM_NTASKS | Total number of tasks for job |
$SLURM_NODEID | Index to node relative to job |
$SLURM_PROCID | Index to process relative to job |
$SLURM_CPUS_ON_NODE | Number of cores/node |
Submitting Jobs
Zest FAQ
Additional Zest Resources
Link1
Link2
Additional Research Computing Resources
ITS Remote Desktop Services (RDS)
Getting Help
Question about Research Computing? Any questions about using or acquiring research computing resources or access can be directed at researchcomputing@syr.edu.