SWITCHEROOCTL(1) | User Commands | SWITCHEROOCTL(1) |
NAME
switcherooctl - Launch a command on a specific GPU
SYNOPSIS
switcherooctl help [COMMAND]
switcherooctl version
switcherooctl list
switcherooctl launch [OPTION] COMMAND...
DESCRIPTION
switcherooctl is a utility to launch a specific command on a specific GPU.
COMMANDS
help [COMMAND]
Displays a short synopsis of the available commands or
provides detailed help on a specific command.
version
Prints the switcheroo-control version to which
switcherooctl belongs.
list
List the known GPUs. The device number can be used to
specify the GPU to launch on for the launch command. This is the default
command if no commands are passed to switcherooctl.
launch [OPTION] COMMAND...
Launch COMMAND on a specific GPU. If no GPU are
specified the first discrete (non-default) GPU is used, or the default GPU if
there's no discrete GPU.
Options
-g --gpu=GPU
The GPU to launch on. The GPU identifier can be gathered
using the list command.
EXIT STATUS
On success 0 is returned, a non-zero failure code otherwise.
switcherooctl |