#include <Teuchos_DefaultComm.hpp>
Static Public Member Functions | |
| Teuchos::RefCountPtr< const Comm< Ordinal > > | getComm () |
| Return the default glocal communicator. | |
| Teuchos::RefCountPtr< const Comm< Ordinal > > | getDefaultSerialComm (const Teuchos::RefCountPtr< const Comm< Ordinal > > &comm) |
| Return a serial comm if the input comm in null. | |
If HAVE_MPI is defined, then an instance of MpiComm will be created from MPI_COMM_WORLD. Otherwise, a SerialComm is returned.
Definition at line 48 of file Teuchos_DefaultComm.hpp.
|
|||||||||
|
Return the default glocal communicator. Note that this function can not be called until after MPI has been initialized if MPI is expected! Definition at line 75 of file Teuchos_DefaultComm.hpp. |
|
||||||||||
|
Return a serial comm if the input comm in null.
Definition at line 89 of file Teuchos_DefaultComm.hpp. |
1.3.9.1