43#include "Teuchos_GlobalMPISession.hpp"
44#include "Kokkos_Core.hpp"
45#include "Tpetra_Details_checkLaunchBlocking.hpp"
56 if (! Kokkos::is_initialized ()) {
57 std::vector<std::string>
args = Teuchos::GlobalMPISession::getArgv ();
58 int narg =
static_cast<int> (
args.size ());
61 for (
int k = 0;
k <
narg; ++
k) {
68 checkOldCudaLaunchBlocking();
69 std::atexit (Kokkos::finalize_all);
Declaration of Tpetra::Details::initializeKokkos.
Struct that holds views of the contents of a CrsMatrix.
Implementation details of Tpetra.
void initializeKokkos()
Initialize Kokkos, using command-line arguments (if any) given to Teuchos::GlobalMPISession.
Namespace Tpetra contains the class and methods constituting the Tpetra library.