Tpetra parallel linear algebra
Version of the Day
Loading...
Searching...
No Matches
core
src
Tpetra_Details_mpiIsInitialized.hpp
1
// @HEADER
2
// *****************************************************************************
3
// Tpetra: Templated Linear Algebra Services Package
4
//
5
// Copyright 2008 NTESS and the Tpetra contributors.
6
// SPDX-License-Identifier: BSD-3-Clause
7
// *****************************************************************************
8
// @HEADER
9
10
#ifndef TPETRA_DETAILS_MPIISINITIALIZED
11
#define TPETRA_DETAILS_MPIISINITIALIZED
12
13
#include "TpetraCore_config.h"
14
15
namespace
Tpetra
{
16
namespace
Details
{
17
32
bool
mpiIsInitialized
();
33
48
bool
mpiIsFinalized
();
49
50
}
// namespace Details
51
}
// namespace Tpetra
52
53
#endif
// TPETRA_DETAILS_MPIISINITIALIZED
Details
Implementation details of Tpetra.
Tpetra::Details::mpiIsInitialized
bool mpiIsInitialized()
Has MPI_Init been called (on this process)?
Definition
Tpetra_Details_mpiIsInitialized.cpp:19
Tpetra::Details::mpiIsFinalized
bool mpiIsFinalized()
Has MPI_Finalize been called (on this process)?
Definition
Tpetra_Details_mpiIsInitialized.cpp:31
Tpetra
Namespace Tpetra contains the class and methods constituting the Tpetra library.
Generated on Thu Oct 9 2025 21:01:01 for Tpetra parallel linear algebra by
1.9.8