Failed to specify what gpu to run omniverse apps on

Hi, I have 3 gpus and try to run isaacsim on the second one.
(isaac-sim) xxx@yyy:~/.local/share/ov/pkg/isaac_sim-2022.1.1$ nvidia-smi
Mon Mar 6 16:51:11 2023
±----------------------------------------------------------------------------+
| NVIDIA-SMI 515.65.01 Driver Version: 515.65.01 CUDA Version: 11.7 |
|-------------------------------±---------------------±---------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|===============================+======================+======================|
| 0 NVIDIA GeForce … Off | 00000000:01:00.0 Off | N/A |
| 46% 44C P0 40W / 220W | 7245MiB / 8192MiB | 23% Default |
| | | N/A |
±------------------------------±---------------------±---------------------+
| 1 NVIDIA GeForce … Off | 00000000:21:00.0 Off | N/A |
| 91% 81C P2 320W / 350W | 13490MiB / 24576MiB | 95% Default |
| | | N/A |
±------------------------------±---------------------±---------------------+
| 2 NVIDIA GeForce … Off | 00000000:4A:00.0 Off | N/A |
| 48% 65C P2 163W / 220W | 7004MiB / 8192MiB | 93% Default |
| | | N/A |
±------------------------------±---------------------±---------------------+

±----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| 0 N/A N/A 34494 G python 1081MiB |
| 0 N/A N/A 35006 G python 1079MiB |
| 0 N/A N/A 35244 G python 918MiB |
| 0 N/A N/A 35912 G python 1079MiB |
| 0 N/A N/A 36059 G python 918MiB |
| 0 N/A N/A 41086 G python 1081MiB |
| 0 N/A N/A 42416 G python 1079MiB |
| 1 N/A N/A 35006 C python 3119MiB |
| 1 N/A N/A 35244 C python 2983MiB |
| 1 N/A N/A 35912 C python 2495MiB |
| 1 N/A N/A 36059 C python 2327MiB |
| 1 N/A N/A 114998 C …pytorch_sac_ae/bin/python 2563MiB |
| 2 N/A N/A 34494 C python 2377MiB |
| 2 N/A N/A 41086 C python 2377MiB |
| 2 N/A N/A 42416 C python 2247MiB |
±----------------------------------------------------------------------------+

I’ve tried as https://forums.developer.nvidia.com/t/error-occured-during-the-installation-of-isaac-sim/199041/7 and https://docs.omniverse.nvidia.com/prod_launcher/prod_kit/linux-troubleshooting.html#q9-how-to-specify-what-gpus-to-run-omniverse-apps-on suggest, however it seems like the app still only use the first gpu.

(isaac-sim) xxx@yyy:~/.local/share/ov/pkg/isaac_sim-2022.1.1$ ./isaac-sim.sh --/renderer/activeGpu=1
Loading user config located at: ‘/home/xxx/.local/share/ov/data/Kit/Isaac-Sim/2022.1/user.config.json’
[Info] [carb] Logging to file: /home/xxx/.nvidia-omniverse/logs/Kit/Isaac-Sim/2022.1/kit_20230306_165119.log 2023-03-06 08:51:19 [2ms]
[Warning] [omni.ext.plugin] [ext: omni.drivesim.sensors.nv.lidar] Extensions config ‘extension.toml’ doesn’t exist ‘/home/xxx/.local/share/ov/pkg/isaac_sim-2022.1.1/exts/omni.drivesim.sensors.nv.lidar’ or ‘/home/xxx/.local/share/ov/pkg/isaac_sim-2022.1.1/exts/omni.drivesim.sensors.nv.lidar/config’ [0.178s] [ext: omni.stats-0.0.0] startup [0.203s] [ext: omni.gpu_foundation-0.0.0] startup 2023-03-06 08:51:19 [185ms]
[Warning] [carb] FrameworkImpl::setDefaultPlugin(client: omni.gpu_foundation_factory.plugin, desc : [carb::graphics::Graphics v2.5], plugin : carb.graphics-vulkan.plugin) failed. Plugin selection is locked, because the interface was previously acquired by: [0.212s] [ext: carb.windowing.plugins-1.0.0] startup [2.373s] [ext: omni.assets.plugins-0.0.0] startup [2.375s] [ext: omni.kit.renderer.init-0.0.0] startup

|---------------------------------------------------------------------------------------------| | Driver Version: 515.65.1 | Graphics API: Vulkan |=============================================================================================| | GPU | Name | Active | LDA | GPU Memory | Vendor-ID | LUID | | | | | | | Device-ID | UUID | |---------------------------------------------------------------------------------------------| | 0 | NVIDIA GeForce RTX 3070 | Yes: 0 | | 8438 MB | 10de | 0 | | | | | | | 2484 | df913fbe… | |=============================================================================================| | OS: Linux yyy, Version: 5.4.0-135-generic | XServer Vendor: Moba/X, XServer Version: 12101003 | Processor: AMD Ryzen Threadripper 3970X 32-Core Processor | Cores: Unknown | Logical: 64 |---------------------------------------------------------------------------------------------| | Total Memory (MB): 257490 | Free Memory: 183325 | Total Page/Swap (MB): 2047 | Free Page/Swap: 2047 |---------------------------------------------------------------------------------------------| 2023-03-06 08:51:25 [5,600ms] [Warning] [carb.cudainterop.plugin] On Linux only, CUDA and the display driver does not support IOMMU-enabled bare-metal PCIe peer to peer memory copy. However, CUDA and the display driver does support IOMMU via VM pass through. As a consequence, users on Linux, when running on a native bare metal system, should disable the IOMMU. The IOMMU should be enabled and the VFIO driver be used as a PCIe pass through for virtual machines.

Hi. Please try the latest Isaac Sim 2022.2.1 and install the latest drivers.
Also make sure to plug in the monitor to the desired GPU to run Isaac Sim.