#include "Teuchos_MpiReductionOpSetter.hpp"#include "Teuchos_OpaqueWrapper.hpp"#include "Teuchos_GlobalMPISession.hpp"

Go to the source code of this file.
Namespaces | |
| namespace | Teuchos |
| The Teuchos namespace contains all of the classes, structs and enums used by Teuchos, as well as a number of utility routines. | |
Functions | |
| void | Teuchos_MPI_reduction_op (void *invec, void *inoutvec, int *len, MPI_Datatype *datatype) |
| void | Teuchos_MPI_Op_free (MPI_Op *op) |
| void Teuchos_MPI_Op_free | ( | MPI_Op * | op | ) |
Definition at line 52 of file Teuchos_MpiReductionOpSetter.cpp.
| void Teuchos_MPI_reduction_op | ( | void * | invec, | |
| void * | inoutvec, | |||
| int * | len, | |||
| MPI_Datatype * | datatype | |||
| ) |
Definition at line 109 of file Teuchos_MpiReductionOpSetter.cpp.
1.5.9