Skip to content

Instantly share code, notes, and snippets.

@eminorhan
Last active December 1, 2022 05:29
Show Gist options
  • Save eminorhan/7b36d262c55c909be35f8c586d6e96ee to your computer and use it in GitHub Desktop.
Save eminorhan/7b36d262c55c909be35f8c586d6e96ee to your computer and use it in GitHub Desktop.
launch an interactive job with 2 gpus in slurm
srun --qos=interactive --gres=gpu:2 --ntasks=8 --constraint="gpu_24gb" --pty bash
# interactive on greene
srun --gres=gpu:a100:1 --cpus-per-task=4 --mem=240GB --pty bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment