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
On the latest development branch (commit cd601a2), configuring a PeleC build using CMake with CUDA enabled fails due to a build target name clash between AMReX and SUNDIALS. This happens regardless of compiler toolchain (tested both NVHPC and GCC, with and without Cray wrapper) and CUDA toolkit version.
CMake Error at Submodules/PelePhysics/Submodules/sundials/cmake/SundialsSetupTesting.cmake:167 (add_custom_target):
add_custom_target cannot create target "test_install" because another
target with the same name already exists. The existing target is a custom
target created insource directory
"/home/wyphan/work/PeleC/Submodules/PelePhysics/Submodules/amrex". See
documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
Submodules/PelePhysics/Submodules/sundials/CMakeLists.txt:210 (include)
On the latest
development
branch (commit cd601a2), configuring a PeleC build using CMake with CUDA enabled fails due to a build target name clash between AMReX and SUNDIALS. This happens regardless of compiler toolchain (tested both NVHPC and GCC, with and without Cray wrapper) and CUDA toolkit version.Minimal reproducer:
The text was updated successfully, but these errors were encountered: