Replies: 5 comments
-
The CUDA runtime suggest that your CUDA runtime you're using is newer then the installed CUDA driver. |
Beta Was this translation helpful? Give feedback.
-
Are you build nekRS on a compute or login node? |
Beta Was this translation helpful? Give feedback.
-
I built nekRS on a login node so I'll see if re-building it on a compute node will fix the issue. One potential issue I see is that I'm running |
Beta Was this translation helpful? Give feedback.
-
I recommend building the code on the compute node. |
Beta Was this translation helpful? Give feedback.
-
I was not able to compile on a compute node due to restrictions on network access. I've reached out to support on this issue. |
Beta Was this translation helpful? Give feedback.
-
I'm running into compilation issues when trying to setup nekRS (v21.1) on Satori which is a Power9 based cluster with V100 accelerators.
The first issue I found was a
CUDA_CUDA_LIBRARY
not found when running ./nrsconfig so I've addressed the issue with this fix. Afterwards, ./nrsconfig and the build process finished without any issues.I am now attempting to compile the channel case with a modified nrspre script:
and got the following output:
I'd appreciate any feedback / directions that address this issue.
Beta Was this translation helpful? Give feedback.
All reactions