Update Kokkos library in LAMMPS to v2.9.00
This commit is contained in:
@ -58,8 +58,15 @@
|
||||
#ifdef KOKKOS_ENABLE_THREADS
|
||||
#include <threads/TestThreads_Category.hpp>
|
||||
#endif
|
||||
|
||||
#include <TestMemoryPool.hpp>
|
||||
#ifdef KOKKOS_ENABLE_HPX
|
||||
#include <hpx/TestHPX_Category.hpp>
|
||||
#endif
|
||||
#ifndef TEST_EXECSPACE
|
||||
#ifdef KOKKOS_ENABLE_SERIAL
|
||||
#include <serial/TestSerial_Category.hpp>
|
||||
#endif
|
||||
#endif
|
||||
#include <TestReduceDeviceView.hpp>
|
||||
|
||||
int main( int argc, char *argv[] ) {
|
||||
Kokkos::initialize(argc,argv);
|
||||
|
||||
Reference in New Issue
Block a user