Update Kokkos library in LAMMPS to v2.9.00
This commit is contained in:
@ -89,6 +89,28 @@ Perf fenl< Kokkos::OpenMP , Kokkos::Example::BoxElemPart::ElemQuadratic >(
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
#if defined (KOKKOS_ENABLE_HPX)
|
||||
|
||||
template
|
||||
Perf fenl< Kokkos::Experimental::HPX , Kokkos::Example::BoxElemPart::ElemLinear >(
|
||||
MPI_Comm comm ,
|
||||
const int use_print ,
|
||||
const int use_trials ,
|
||||
const int use_atomic ,
|
||||
const int global_elems[] );
|
||||
|
||||
|
||||
template
|
||||
Perf fenl< Kokkos::Experimental::HPX , Kokkos::Example::BoxElemPart::ElemQuadratic >(
|
||||
MPI_Comm comm ,
|
||||
const int use_print ,
|
||||
const int use_trials ,
|
||||
const int use_atomic ,
|
||||
const int global_elems[] );
|
||||
|
||||
#endif
|
||||
|
||||
#if defined (KOKKOS_ENABLE_SERIAL)
|
||||
|
||||
template
|
||||
|
||||
Reference in New Issue
Block a user