NIPET icon indicating copy to clipboard operation
NIPET copied to clipboard

Issues with installation

Open aljesal opened this issue 2 years ago • 0 comments

I am trying to install nipet but am facing issues. I am using CUDA v12.3 and it does not have a curand static library. This is the error that I come across: CMake Error at nipet/lm/CMakeLists.txt:13 (target_link_libraries): Target "mmr_lmproc" links to: CUDA::curand_static but the target was not found. Possible reasons include: * There is a typo in the target name. * A find_package call is missing for an IMPORTED target. * An ALIAS target is missing. -- Generating done (0.1s) CMake Generate step failed. Build files cannot be regenerated correctly. My CUDA library path is linked correctly and I do have a cudart_static.lib file. I am just missing the curand_static.lib file

aljesal avatar Jan 24 '24 00:01 aljesal