Created
February 14, 2019 13:32
-
-
Save dongzhuoyao/b1c0eb9b7596efd90f919f2233a045b0 to your computer and use it in GitHub Desktop.
slurm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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