Skip to content

Instantly share code, notes, and snippets.

@taylorreiter
Last active April 14, 2022 20:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save taylorreiter/9001d2fde2a1183a17240688efa91411 to your computer and use it in GitHub Desktop.
Save taylorreiter/9001d2fde2a1183a17240688efa91411 to your computer and use it in GitHub Desktop.
commands useful for operating on the summit hpc

Login (requires password and duo authentication)

ssh -l <your-xsede-username> login.xsede.org
gsissh rmacc-summit
# OR to get a specific login node
gsissh login12.colorado.xsede.org

Check disk usage

curc-quota

Check size of a specific folder

du -h /scratch/summit/treiter\@xsede.org/

Interactive job

sinteractive --qos=interactive --time=00:10:00

Jobs running

squeue --user=your_rc-username

Analyze currently running jobs

sstat --jobs=your_job-id

Assessing fair usage

module load slurmtools
suuser $USER  # number of SUs used over specified number of days
levelfs #USER # look at priority
seff <jobid>  # efficiency of a job

Transfer files to osf (osfclient currently installed in core_acc env)

osf -u <username> -p rhwdc upload local/file_path.txt remote/file_path.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment