Hello,
I have installed Isaac Sim 2023 and I can run the standalone examples, as well as use libraries on top of it. However, when I run on a cluster with 8x NVIDIA 2080 Ti GPUs, I cannot make it work (both for computation and visualization) on only one of them (e.g. CUDA_VISIBLE_DEVICES=0 still uses all of them and blocks the bus for other users in the cluster).
My xorg.conf does not give any information about which NVIDIA GPU to utilize, so my guess is that IsaacSim asks it which GPU to use, it gets no information back from it and then it falls to its default state which is to use them all.
Is there any way inside the IsaacSim installation (e.g. some relevant config file) from which I could specify that it can only see and utilize only one, specific GPU?