|
Compadre 1.5.5
|
Class handling Kokkos command line arguments and returning parameters. More...
Class handling Kokkos command line arguments and returning parameters.
Definition at line 13 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 6 of file Compadre_KokkosParser.cpp.
| KokkosParser::KokkosParser | ( | int | argc, |
| char * | args[], | ||
| bool | print_status = false ) |
Definition at line 17 of file Compadre_KokkosParser.cpp.
| KokkosParser::KokkosParser | ( | std::vector< std::string > | args, |
| bool | print_status = false ) |
Definition at line 27 of file Compadre_KokkosParser.cpp.
| KokkosParser::KokkosParser | ( | bool | print_status = false | ) |
Definition at line 44 of file Compadre_KokkosParser.cpp.
|
inline |
Definition at line 36 of file Compadre_KokkosParser.hpp.
|
delete |
|
static |
Definition at line 46 of file Compadre_KokkosParser.cpp.
|
private |
Definition at line 20 of file Compadre_KokkosParser.hpp.