Isaac Sim Version
4.0.0
Operating System
Ubuntu 22.04.4
GPU Information
- Model: 2x RTX A6000 Ada Lovelace
- Driver Version: 535.183.01
Topic Description
Detailed Description
Running Isaac Sim 4.0 from the Omniverse Launcher, the device information window for the GPU memory usage shows both GPUs light up in white. If I’m running any simulation from a python standalone script (add_cubes.py) for example, the device information window shows only one GPU in white. The second GPU is grayed out.
Does that me, that my second GPU is not in use when I’m running the standalone script?
Steps to Reproduce
- Run Isaac Sim 4.0 from the Omniverse Launcher as normal
- Run the add_cubes.py Standalone example using python.sh
- Compare both device information windows
Screenshots or Videos
Additional Information
What I’ve Tried
Adding “multi_gpu”: True to the standalone script and testing other standalone examples.