Skip to content

Instantly share code, notes, and snippets.

@dongzhuoyao
Created February 14, 2019 13:32
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 dongzhuoyao/b1c0eb9b7596efd90f919f2233a045b0 to your computer and use it in GitHub Desktop.
Save dongzhuoyao/b1c0eb9b7596efd90f919f2233a045b0 to your computer and use it in GitHub Desktop.
slurm
srun -u --pty --gres=gpu:1 --mem=60G --cpus-per-task=20 --time=6-23 bash -i
srun -u --pty --gres=gpu:1 --mem=60G --cpus-per-task=20 --time=6-23 python myscript.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment