Access
SSH Access
ssh <your-username>@<cluster-ssh-host>
# or, if using the node port:
ssh -p 32222 <your-username>@<cluster-ssh-host>Slurm Accounting and User Setup
Initial setup (cluster administrator)
sacctmgr add account <account-name> Description="<description>"sacctmgr add user <username> Account=<account-name> DefaultAccount=<account-name>Checking your own account
Accessing Worker Pods
Connecting to a worker pod
Allocating a node interactively with salloc
IDP Configuration (Optional)
Last updated

