Replies: 4 comments
-
Hi @argavalen , are you using the exact version (NVIDIA HPC SDK v. 20.9) mentioned here? https://github.com/nikosT/Gisola/wiki/Installation#prerequisites This is important because we have encountered a version (and probably there are more) that was not working properly such as v. 21.3. Did you try with openMP (running on CPU)? Is it working? According to this thread: https://forums.developer.nvidia.com/t/error-802-system-not-yet-initialized-cuda-11-3/234955 it seems that there is a setup issue. Which GPU card do you use? |
Beta Was this translation helpful? Give feedback.
-
It run succesfully when I use the OpenMP model for benchmark testing. Previously, I used Nvidia HPC SDK 23.9, and now I've switched to 20.9, but I still encounter the same error message. Here's the message.
For the GPU, I'm using Nvidia H100, and the fabric manager is already installed.
Here are the compiler or library versions.
Is the issue possibly due to different CUDA versions? |
Beta Was this translation helpful? Give feedback.
-
Hmm, it could be. As I can see here https://docs.nvidia.com/hpc-sdk/archive/20.9/hpc-sdk-release-notes/index.html up to CUDA 11.0 is needed. Could you please use this CUDA version? Also, do not forget to recompile the code. |
Beta Was this translation helpful? Give feedback.
-
We had indeed issues with different versions and combinations of NVidia HPC SDK and CUDA. I would suggest you stay with the recommended versions. |
Beta Was this translation helpful? Give feedback.
-
Hello, i installed gisola using this flags because i'm using CUDA 12.2
but when i do Test Functionality benchmark, i encounter this error at inversion calculation
is there any way to fix this?
Beta Was this translation helpful? Give feedback.
All reactions