1qgpumode(1B) PBS qgpumode(1B)
2
3
4
6 qgpumode - change GPU mode
7
9 qgpumode -H host -g gpuid -m mode
10
12 The qgpumode command will request a MOM to change the mode on one of
13 it's Nvidia GPUs. The GPU's mode is changed by sending a GPU Control
14 batch request to the batch server.
15
16 Changing the GPU mode requires PBS Operator or Manager privilege. It
17 also requires that Torque be configured with --enable-nvidia-gpu.
18
20 -H host Specifies the host within the cluster on which the GPU
21 is located. The argument is the name of a host that is a
22 member of the cluster of hosts managed by the server.
23
24 -g gpuid Specifies the ID of the GPU.
25
26 -m mode Specifies the new mode of the GPU. Valid Nvidia GPU
27 modes are:
28
29 0 - Normal mode.
30
31 1 - COMPUTE exclusive thread mode (only one COMPUTE
32 thread is allowed to run on the GPU).
33
34 2 - COMPUTE prohibited mode (no COMPUTE contexts are
35 allowed to run on the GPU).
36
37 3 - COMPUTE exclusive process mode (only one COMPUTE
38 process is allowed to run on the GPU). This mode is
39 new with Nvidia driver version 270.
40
42 None
43
45 The qgpumode command will write a diagnostic messages to standard error
46 for each error occurrence.
47
49 Upon successful processing of all the operands presented to the
50 qgpumode command, the exit status will be a value of zero.
51
52 If the qgpumode command fails to process any operand, the command exits
53 with a value greater than zero.
54
56 pbs_mom(8B) and pbs_server(8B)
57
58
59
60
61Local qgpumode(1B)