Interactive Jobs

From HPC users
Revision as of 12:58, 16 March 2017 by Harfst (talk | contribs) (Created page with "{{warningbox|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 n...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

Interactive Login with X11-forwarding