Update Kokkos library in LAMMPS to v3.2
This commit is contained in:
@ -45,8 +45,6 @@
|
||||
#include <Kokkos_Core.hpp>
|
||||
#include <cstdio>
|
||||
|
||||
extern "C" void print_fortran_();
|
||||
|
||||
int main(int argc, char* argv[]) {
|
||||
Kokkos::initialize(argc, argv);
|
||||
Kokkos::DefaultExecutionSpace::print_configuration(std::cout);
|
||||
@ -84,8 +82,6 @@ int main(int argc, char* argv[]) {
|
||||
count_time = timer.seconds();
|
||||
printf("Sequential: %ld %10.6f\n", seq_count, count_time);
|
||||
|
||||
print_fortran_();
|
||||
|
||||
Kokkos::finalize();
|
||||
|
||||
return (count == seq_count) ? 0 : -1;
|
||||
|
||||
Reference in New Issue
Block a user