Skip to content

Instantly share code, notes, and snippets.

@smartalecH
Last active April 20, 2020 18:21
Show Gist options
  • Save smartalecH/2b282df40e3a04e6e1224ba28587515c to your computer and use it in GitHub Desktop.
Save smartalecH/2b282df40e3a04e6e1224ba28587515c to your computer and use it in GitHub Desktop.
Useful cluster commands
# ---------------------------------------------------- #
# BYU supercomputer
# ---------------------------------------------------- #
# Interactive jobs - use salloc
salloc --nodes=1 --ntasks-per-node=1 --time=1:00:00 --mem-per-cpu=2GB # Doesn't support GPUS for now...
# ---------------------------------------------------- #
# GaTech PACE cluster
# ---------------------------------------------------- #
# Queues:
# iw-shared-6
# eceforce-6
# ece
# ece-gpu
# Interactive jobs
pace-interact -q eceforce-6 -l nodes=1:ppn=1 -l pmem=2gb
# ---------------------------------------------------- #
# XSEDE Bridges
# ---------------------------------------------------- #
# ---------------------------------------------------- #
# AWS Compute nodes
# ---------------------------------------------------- #
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment