1 #ifndef _COMPADRE_KOKKOSPARSER_HPP_ 2 #define _COMPADRE_KOKKOSPARSER_HPP_ 4 #include "Compadre_Config.h" 24 KokkosParser(
int argc,
char* args[],
bool print_status =
false);
27 KokkosParser(std::vector<std::string> args,
bool print_status =
false);
42 int initialize(
int argc,
char*[],
bool print_status =
false);
46 int finalize(
bool hard_finalize =
false);
Class handling Kokkos command line arguments and returning parameters.
int initialize(int argc, char *[], bool print_status=false)
KokkosParser & operator=(const KokkosParser &)=delete
int finalize(bool hard_finalize=false)