Hi everyone,
I get the following error trying to run Salome in GPU mode:
$ /home/luca/salome_meca-lgpl-2022.1.0-1-20221225-scibian-9
not exist: /etc/krb5.conf
/usr/bin/nvidia-smi
**************************************
INFO : Running salome_meca in GPU mode
**************************************
runSalome running on luca-Precision-7520
Searching for a free port for naming service: 2810 - OK
Searching Naming Service + found in 0.1 seconds
Searching /Kernel/Session in Naming Service +++SALOME_Session_Server: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /.singularity.d/libs/libGLX.so.0)
Traceback (most recent call last):
File "/opt/salome_meca/V2022.1.0_scibian_univ/modules/KERNEL_V9_8_0/bin/salome/orbmodule.py", line 181, in waitNSPID
os.kill(thePID,0)
ProcessLookupError: [Errno 3] No such process
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/salome_meca/appli_V2022.1.0_scibian_univ/bin/salome/runSalome.py", line 694, in useSalome
clt = startSalome(args, modules_list, modules_root_dir)
File "/opt/salome_meca/appli_V2022.1.0_scibian_univ/bin/salome/runSalome.py", line 639, in startSalome
session=clt.waitNSPID("/Kernel/Session",mySessionServ.PID,SALOME.Session)
File "/opt/salome_meca/V2022.1.0_scibian_univ/modules/KERNEL_V9_8_0/bin/salome/orbmodule.py", line 183, in waitNSPID
raise RuntimeError("Process %d for %s not found" % (thePID,theName))
RuntimeError: Process 14762 for /Kernel/Session not found
--- Error during Salome launch ---
I'm on Ubuntu 22.04 LTS
Runs fine on --soft mode
The GLIBC version installed is 2.35, not 2.34:
$ ldd --version
ldd (Ubuntu GLIBC 2.35-0ubuntu3.1) 2.35
Copyright (C) 2022 Free Software Foundation, Inc.
Questo è software libero; si veda il sorgente per le condizioni di copiatura.
NON c'è alcuna garanzia; neppure di COMMERCIABILITÀ o IDONEITÀ AD UN
PARTICOLARE SCOPO.
Scritto da Roland McGrath e Ulrich Drepper.
I've also installed Nvidia Container toolkit:
$ nvidia-container-cli info
NVRM version: 525.60.13
CUDA version: 12.0
Device Index: 0
Device Minor: 0
Model: Quadro M2200
Brand: Quadro
GPU UUID: GPU-88ece61b-9d86-8830-1b8b-bef5d20fa27e
Bus Location: 00000000.0
Architecture: 5.2
Nvidia driver works correctly:
$ nvidia-smi
Fri Jan 20 18 2023
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 525.60.13 Driver Version: 525.60.13 CUDA Version: 12.0 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr/Cap| Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|===============================+======================+======================|
| 0 Quadro M2200 On | 00000000.0 Off | N/A |
| N/A 32C P8 N/A / N/A | 126MiB / 4096MiB | 0% Default |
| | | N/A |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| 0 N/A N/A 2249 G /usr/lib/xorg/Xorg 35MiB |
| 0 N/A N/A 5119 C+G ...613623068333722871,131072 83MiB |
+-----------------------------------------------------------------------------+
Can someone point to a solution to this?
Thanks.