43#include "Teuchos_GlobalMPISession.hpp"
44#include "Kokkos_Core.hpp"
45#include "Tpetra_Details_checkLaunchBlocking.hpp"
53void finalizeKokkosIfNeeded() {
54 if(!Kokkos::is_finalized()) {
62 if (! Kokkos::is_initialized ()) {
63 std::vector<std::string>
args = Teuchos::GlobalMPISession::getArgv ();
64 int narg =
static_cast<int> (
args.size ());
67 std::vector<std::unique_ptr<char[]>>
args_;
68 for (
auto const&
x :
args) {
69 args_.emplace_back(
new char[
x.size() + 1]);
77 checkOldCudaLaunchBlocking();
79 std::atexit (finalizeKokkosIfNeeded);
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.