From 4ee713c49d73d0f27d1821c946392fa02a8d46a7 Mon Sep 17 00:00:00 2001 From: Haley Yandt <46908710+yandthj@users.noreply.github.com> Date: Wed, 15 Jan 2025 14:40:56 -0700 Subject: [PATCH] Update virtualgl_fastx.md --- docs/Documentation/Viz_Analytics/virtualgl_fastx.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Documentation/Viz_Analytics/virtualgl_fastx.md b/docs/Documentation/Viz_Analytics/virtualgl_fastx.md index 5e1387b86..8c3d8b1a9 100644 --- a/docs/Documentation/Viz_Analytics/virtualgl_fastx.md +++ b/docs/Documentation/Viz_Analytics/virtualgl_fastx.md @@ -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 ` 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