Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
doku:slurm_interactive [2022/10/05 06:36] dieterdoku:slurm_interactive [2023/03/14 12:57] (current) goldenberg
Line 8: Line 8:
 It is also possible specifying the desired QOS and partition It is also possible specifying the desired QOS and partition
 <code> <code>
-salloc -N 2 --qos=devel_0096 --partition=mem_0096+salloc -N 2 --qos=skylake_0096_devel --partition=skylake_0096
 </code> </code>
 The command  The command 
Line 16: Line 16:
 returns the hostnames of the reserved compute nodes. After allocation of the compute nodes, SSH access to these nodes is possible, e.g., returns the hostnames of the reserved compute nodes. After allocation of the compute nodes, SSH access to these nodes is possible, e.g.,
 <code> <code>
-ssh n408-006   #     n408-006 has to be replaced by the hostname of the reserved nodes        +ssh n4908-006   #     n408-006 has to be replaced by the hostname of the reserved nodes        
 </code> </code>
 Logout from the compute node is achieved by typing ''exit'' in the shell of the compute node, however, the allocated node session is not terminated.  Logout from the compute node is achieved by typing ''exit'' in the shell of the compute node, however, the allocated node session is not terminated. 
  • doku/slurm_interactive.txt
  • Last modified: 2023/03/14 12:57
  • by goldenberg