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 15, 2025
1 parent 8b61ba0 commit 4ee713c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Documentation/Viz_Analytics/virtualgl_fastx.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,11 @@ Kestrel DAV nodes have two NVIDIA A40 GPUs. Using vglrun will default to the fir

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`
`vglrun -d :0.1 matlab`

to run Ansys on the first GPU:

`vglrun -d 0:0 ansys`
`vglrun -d :0.0 ansys`


## Download FastX Desktop Client
Expand Down

0 comments on commit 4ee713c

Please sign in to comment.