Update kokkos and kokkos-kernels to latest#65
Conversation
Avoid HostMirror issues, now that it has been deprecated in favor of host_mirror_type, to keep up with lammps updates in particular https://github.com/lammps/lammps/blob/66da026147b692d3d130b44a3d9bd4e1eb5a91a3/lib/kokkos/CHANGELOG.md?plain=1#L77
|
I don't understand why it's crashing after the tests are apparently done. I'll test locally. |
|
Is it true that the CI runs on CPU only? |
|
I can reproduce the seg fault locally. It happens after but not any of the other tests. Must be something about cleanup, because the tests themselves pass. Does |
|
I ran the MLP test manually and, with gdb, got the following failure location |
Yes - that's the only simple option, unfortunately. |
|
When I run with a cpu-capable kokkos, I get somewhat different behavior. |
Avoid HostMirror issues, now that it has been deprecated in favor of host_mirror_type, to keep up with lammps updates in particular https://github.com/lammps/lammps/blob/66da026147b692d3d130b44a3d9bd4e1eb5a91a3/lib/kokkos/CHANGELOG.md?plain=1#L77
closes #64