Update Kokkos library in LAMMPS to v4.5.0

This commit is contained in:
Stan Moore
2024-12-13 09:23:03 -07:00
parent a78aee5731
commit 7f68aeb6d5
617 changed files with 21499 additions and 17255 deletions

View File

@ -19,10 +19,6 @@
namespace {
// Extended lambdas in parallel_for and parallel_reduce will not compile if
// KOKKOS_ENABLE_CUDA_LAMBDA is off
#if !defined(KOKKOS_ENABLE_CUDA) || defined(KOKKOS_ENABLE_CUDA_LAMBDA)
struct TeamTeamCombinedReducer {
public:
void test_team_thread_range_only_scalars(const int n) {
@ -510,6 +506,4 @@ TEST(TEST_CATEGORY, team_vector_range_combined_reducers) {
tester.test_team_vector_range_combined_reducers(9);
}
#endif
} // namespace