1#ifndef _COMPADRE_KOKKOSPARSER_HPP_
2#define _COMPADRE_KOKKOSPARSER_HPP_
4#include "Compadre_Config.h"
20 Kokkos::ScopeGuard*
ksg;
28 KokkosParser(
int argc,
char* args[],
bool print_status =
false);
31 KokkosParser(std::vector<std::string> args,
bool print_status =
false);
41 static std::string
status();
Kokkos::InitArguments KokkosInitArguments
Class handling Kokkos command line arguments and returning parameters.
static std::string status()
KokkosParser & operator=(const KokkosParser &)=delete