Update Kokkos library in LAMMPS to v4.4.0

This commit is contained in:
Stan Moore
2024-09-11 09:20:36 -06:00
parent 16b19c71c1
commit a44955dd2e
254 changed files with 14227 additions and 9881 deletions

View File

@ -12,6 +12,7 @@ find_package(Kokkos REQUIRED)
add_executable(example cmake_example.cpp foo.f)
if(CMAKE_Fortran_COMPILER_ID STREQUAL LLVMFlang)
set_target_properties(example PROPERTIES LINKER_LANGUAGE Fortran)
target_link_options(example PRIVATE -fno-fortran-main)
endif()
# This is the only thing required to set up compiler/linker flags