Update Kokkos library in LAMMPS to v3.6.0

This commit is contained in:
Stan Gerald Moore
2022-05-05 11:44:47 -06:00
parent bd4bbbddbe
commit b79c0bc7b4
380 changed files with 41928 additions and 8786 deletions

View File

@ -1857,10 +1857,14 @@ TEST(TEST_CATEGORY, mathspecialfunc_expint1) {
test.testit();
}
// FIXME_OPENMPTARGET: This unit test fails with a misaligned address error at
// runtime with LLVM/13.
#ifndef KOKKOS_ENABLE_OPENMPTARGET
TEST(TEST_CATEGORY, mathspecialfunc_errorfunc) {
TestComplexErrorFunction<TEST_EXECSPACE> test;
test.testit();
}
#endif
TEST(TEST_CATEGORY, mathspecialfunc_cbesselj0y0) {
TestComplexBesselJ0Y0Function<TEST_EXECSPACE> test;