HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

SafeEjectGPU — Eject a GPU safely. More information: <https://keith.github.io/xcode-man-pages/SafeEjectGPU.8.html>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
ejectcommandsafelycliinformationgpusafeejectgpumore
macos

Problem

How to use the SafeEjectGPU command: Eject a GPU safely. More information: <https://keith.github.io/xcode-man-pages/SafeEjectGPU.8.html>.

Solution

SafeEjectGPU — Eject a GPU safely. More information: <https://keith.github.io/xcode-man-pages/SafeEjectGPU.8.html>.

Eject all GPUs:
SafeEjectGPU Eject


List all GPUs attached:
SafeEjectGPU gpus


List apps using a GPU:
SafeEjectGPU gpuid {{GPU_ID}} apps


Get the status of a GPU:
SafeEjectGPU gpuid {{GPU_ID}} status


Eject a GPU:
SafeEjectGPU gpuid {{GPU_ID}} Eject


Launch an app on a GPU:
SafeEjectGPU gpuid {{GPU_ID}} LaunchOnGPU {{path/to/App.app}}

Code Snippets

Eject all GPUs

SafeEjectGPU Eject

List all GPUs attached

SafeEjectGPU gpus

List apps using a GPU

SafeEjectGPU gpuid {{GPU_ID}} apps

Get the status of a GPU

SafeEjectGPU gpuid {{GPU_ID}} status

Eject a GPU

SafeEjectGPU gpuid {{GPU_ID}} Eject

Context

tldr-pages: osx/SafeEjectGPU

Revisions (0)

No revisions yet.