Interactive Jobs
From HPC users
Jump to navigationJump to search
Interactive jobs should not be used unless needed for a specific reason. If you have to use an interactive session on the compute nodes please keep it short (do not request more than 8h per session) and log out as soon as you done with the interactive work!
Interactive Login
Method 1: Start a bash shell on a compute node and reserve four CPUs/cores (with default run time and memory):
srun --pty -p carl.p --ntasks=1 --cpus-per-task=4 bash