====== Interactive srun jobs ======
\\
| Standard nodes: | srun -pstandard -t20:00 --mem=2G -n2 -N1 --hint=nomultithread --pty /bin/bash -il |
| SMP nodes: | srun -psmp -t20:00 --mem=2G -n2 -N1 --hint=nomultithread --pty /bin/bash -il |
| GPU nodes: | salloc -pgpu -t20:00 --mem=2G -n2 -N1 --hint=nomultithread --gres=gpu:tesla:1 --no-shell
Then: srun [command_name] --pty /bin/bash -il |
\\
date of revision: 02-26-2020 © kraus