Difference between revisions of "FurtherTopics/FurtherInteractive"

From HPC
Jump to: navigation , search
(Created page with "==Node Resources== ==Node Reservations==")
 
(Node Reservations)
Line 1: Line 1:
 
==Node Resources==
 
==Node Resources==
 
==Node Reservations==
 
==Node Reservations==
 +
This example is for a reservation of 327889 and the partition (queue) '''GPU''', missing the partition name will default to the '''compute''' queue.
 +
 +
<pre style="background-color: #000000; color: white; border: 2px solid black; font-family: monospace, sans-serif;">
 +
[username@login01 ~]$ interactive -pgpu --reservation=327889
 +
salloc: Granted job allocation 306353
 +
Job ID 306353 connecting to gpu04, please wait...
 +
</pre>

Revision as of 09:25, 10 November 2022

Node Resources

Node Reservations

This example is for a reservation of 327889 and the partition (queue) GPU, missing the partition name will default to the compute queue.

[username@login01 ~]$ interactive -pgpu --reservation=327889
salloc: Granted job allocation 306353
Job ID 306353 connecting to gpu04, please wait...