-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build (container) doesn't work. #160
Comments
hi, sorry about the slow response. what happens if you |
Hi, Thank you for your explanation. This is the output after running the commands in the response. SIMULATeQCD$ ./simulate_qcd.sh list BUILD TARGETS#################################### SIMULATeQCD$ chmod +x ./simulate_qcd.sh && ./simulate_qcd.sh build SIMULATeQCD$ nvcc -V |
that superficially looks like it worked. did it indeed work? |
My desktop has an NVIDIA GeForce RTX 4090 GPU, and the system is Ubuntu 22.04.
~$ nvidia-smi
Mon Oct 28 14:21:03 2024
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 560.35.03 Driver Version: 560.35.03 CUDA Version: 12.6 |
|-----------------------------------------+------------------------+----------------------+
| 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 RTX 4090 Off | 00000000:01:00.0 On | Off |
| 0% 45C P8 34W / 450W | 510MiB / 24564MiB | 2% Default |
| | | N/A |
+-----------------------------------------+------------------------+----------------------+
+-----------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=========================================================================================|
| 0 N/A N/A 2409 G /usr/lib/xorg/Xorg 259MiB |
| 0 N/A N/A 2555 G /usr/bin/gnome-shell 79MiB |
| 0 N/A N/A 10907 G ...seed-version=20241027-180153.472000 138MiB |
| 0 N/A N/A 14838 G gnome-control-center 6MiB |
+-----------------------------------------------------------------------------------------+
I have installed Podman but cannot use Podman to complete the compile.
~$ podman --version
podman version 3.4.4
The error message is as follows,
~/SIMULATeQCD$ ./simulate_qcd.sh list
enabled
enabled
It looks like you are running podman as root. You will need to disable this before continuing with 'systemctl disable --now podman podman.socket'
The text was updated successfully, but these errors were encountered: