Update Kokkos library in LAMMPS to v4.1.0
This commit is contained in:
@ -16,15 +16,20 @@
|
||||
|
||||
#include <benchmark/benchmark.h>
|
||||
|
||||
#include <Benchmark_Context.hpp>
|
||||
#include "Benchmark_Context.hpp"
|
||||
#include <Kokkos_Core.hpp>
|
||||
|
||||
#include "PerfTest_Category.hpp"
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
Kokkos::initialize(argc, argv);
|
||||
benchmark::Initialize(&argc, argv);
|
||||
benchmark::SetDefaultTimeUnit(benchmark::kSecond);
|
||||
KokkosBenchmark::add_benchmark_context(true);
|
||||
|
||||
(void)Test::command_line_num_args(argc);
|
||||
(void)Test::command_line_arg(0, argv);
|
||||
|
||||
benchmark::RunSpecifiedBenchmarks();
|
||||
|
||||
benchmark::Shutdown();
|
||||
|
||||
Reference in New Issue
Block a user