-
Hi, I have problem compiling Idefix on a local GPU cluster (NVIDIA A100) due apparently to the dl library. It is working fine on CPUs, what should go into the dl_LOCATION flag on cmake, should it depend on the architecture ? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Can you try to disable libdl first? e.g. |
Beta Was this translation helpful? Give feedback.
-
Ok I tried with and without the
Disabling the libdl only removes the nvcc warning. Victor |
Beta Was this translation helpful? Give feedback.
This is not really related to idefix, it's more an issue with your cluster that can't compile cuda code. Try to clean everything in your build directory, but I'd recommend asking to your sysadmin...