Skip to content

Commit

Permalink
Update virtualgl_fastx.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yandthj authored Jan 16, 2025
1 parent 4ee713c commit d67ce1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Documentation/Viz_Analytics/virtualgl_fastx.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ $ vglrun matlab
## Choosing a GPU on Kestrel
Kestrel DAV nodes have two NVIDIA A40 GPUs. Using vglrun will default to the first GPU available, which may leave one GPU overutilized while the second is underutilized.

To run your OpenGL software with a GPU of your choosing, you may add the `-d <gpu>` flag to vglrun to pick a GPU. The first GPU is referred to as 0:0, the second as 0:1. For example, to run Matlab on the second GPU:
To run your OpenGL software with a GPU of your choosing, you may add the `-d <gpu>` flag to vglrun to pick a GPU. The first GPU is referred to as :0.0, the second as :0.1. For example, to run Matlab on the second GPU:

`vglrun -d :0.1 matlab`

Expand Down

0 comments on commit d67ce1a

Please sign in to comment.