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

@ -59,8 +59,8 @@ enum class UniqueTokenScope : int { Instance, Global };
///
/// This object should behave like a ref-counted object, so that when the last
/// instance is destroy resources are free if needed
template <typename ExecutionSpace,
UniqueTokenScope = UniqueTokenScope::Instance>
template <typename ExecutionSpace = Kokkos::DefaultExecutionSpace,
UniqueTokenScope = UniqueTokenScope::Instance>
class UniqueToken {
public:
using execution_space = ExecutionSpace;