Choosing a GPU on Kestrel DAV Nodes
Jan. 2, 2024
Kestrel Data Analysis and Visualization (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:
vglrun -d 0:1 matlab
to run Ansys on the first GPU:
vglrun -d 0:0 ansys
For more information on using the Kestrel DAV nodes, please see the VirtualGL and FastX page.
Share
Last Updated April 10, 2025