You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to build CHAI with the RAJA plugin enabled, I get the following CMake error:
CMake Error at blt/cmake/BLTMacros.cmake:550 (add_library):
add_library cannot create target "blt_stub" because another target with the
same name already exists. The existing target is an interface library
created in source directory
"/home/jhdavis/repos/perf-port/BabelStream/CHAI/src/tpl/umpire". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
src/tpl/raja/cmake/SetupPackages.cmake:123 (blt_import_library)
src/tpl/raja/CMakeLists.txt:118 (include)
This will be fixed in the upcoming release (and develop) - for now, you can add the change to Umpire shown here LLNL/Umpire@91ffd6f to the umpire submodule.
When trying to build CHAI with the RAJA plugin enabled, I get the following CMake error:
The following steps reproduce the error:
It seems like this might be related to this issue as well. I'm using CMake 3.22.1 and CUDA 11.6, and I'm cloning from the develop branch.
The text was updated successfully, but these errors were encountered: