1SWITCHEROOCTL(1) User Commands SWITCHEROOCTL(1)
2
3
4
6 switcherooctl - Launch a command on a specific GPU
7
9 switcherooctl help [COMMAND]
10
11 switcherooctl version
12
13 switcherooctl list
14
15 switcherooctl launch [OPTION] COMMAND...
16
18 switcherooctl is a utility to launch a specific command on a specific
19 GPU.
20
22 help [COMMAND]
23 Displays a short synopsis of the available commands or provides
24 detailed help on a specific command.
25
26 version
27 Prints the switcheroo-control version to which switcherooctl
28 belongs.
29
30 list
31 List the known GPUs. The device number can be used to specify the
32 GPU to launch on for the launch command. This is the default
33 command if no commands are passed to switcherooctl.
34
35 launch [OPTION] COMMAND...
36 Launch COMMAND on a specific GPU. If no GPU are specified the first
37 discrete (non-default) GPU is used, or the default GPU if there's
38 no discrete GPU.
39
40 Options
41 -g --gpu=GPU
42 The GPU to launch on. The GPU identifier can be gathered
43 using the list command.
44
46 On success 0 is returned, a non-zero failure code otherwise.
47
48
49
50switcherooctl SWITCHEROOCTL(1)