Compadre
1.5.9
|
Class handling Kokkos command line arguments and returning parameters. More...
Class handling Kokkos command line arguments and returning parameters.
Definition at line 21 of file Compadre_KokkosParser.hpp.
#include <Compadre_KokkosParser.hpp>
Public Member Functions | |
KokkosParser (KokkosInitArguments args, bool print_status=false) | |
KokkosParser (int argc, char *args[], bool print_status=false) | |
KokkosParser (std::vector< std::string > args, bool print_status=false) | |
KokkosParser (bool print_status=false) | |
~KokkosParser () | |
KokkosParser & | operator= (const KokkosParser &)=delete |
Static Public Member Functions | |
static std::string | status () |
Private Member Functions | |
KokkosParser () | |
Private Attributes | |
Kokkos::ScopeGuard * | ksg |
|
private |
KokkosParser::KokkosParser | ( | KokkosInitArguments | args, |
bool | print_status = false |
||
) |
Definition at line 14 of file Compadre_KokkosParser.cpp.
KokkosParser::KokkosParser | ( | int | argc, |
char * | args[], | ||
bool | print_status = false |
||
) |
Definition at line 25 of file Compadre_KokkosParser.cpp.
KokkosParser::KokkosParser | ( | std::vector< std::string > | args, |
bool | print_status = false |
||
) |
Definition at line 35 of file Compadre_KokkosParser.cpp.
KokkosParser::KokkosParser | ( | bool | print_status = false | ) |
Definition at line 52 of file Compadre_KokkosParser.cpp.
|
inline |
Definition at line 44 of file Compadre_KokkosParser.hpp.
|
delete |
|
static |
Definition at line 54 of file Compadre_KokkosParser.cpp.
|
private |
Definition at line 28 of file Compadre_KokkosParser.hpp.