MOOCHO (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RTOp_MPI_config.h File Reference
#include <RTOp_ConfigDefs.hpp>
#include "RTOp_mpi.h"
Include dependency graph for RTOp_MPI_config.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

#define RTOpMPI_VALUE_TYPE   MPI_DOUBLE /*< (MPI only) Compatible with fortran DOUBLE PRECISION? */
 
#define RTOpMPI_INDEX_TYPE   MPI_INT /*< (MPI only) Compatible with fortran INTEGER? */
 
#define RTOpMPI_CHAR_TYPE   MPI_CHAR /*< (MPI only) Compatible with fortran CHARACTER? */
 
#define RTOp_MAX_REDUCT_TRANS_OP_CLASS_NAME   50
 
typedef MPI_Datatype RTOp_Datatype
 

Macro Definition Documentation

#define RTOpMPI_VALUE_TYPE   MPI_DOUBLE /*< (MPI only) Compatible with fortran DOUBLE PRECISION? */

Definition at line 86 of file RTOp_MPI_config.h.

#define RTOpMPI_INDEX_TYPE   MPI_INT /*< (MPI only) Compatible with fortran INTEGER? */

Definition at line 87 of file RTOp_MPI_config.h.

#define RTOpMPI_CHAR_TYPE   MPI_CHAR /*< (MPI only) Compatible with fortran CHARACTER? */

Definition at line 88 of file RTOp_MPI_config.h.

#define RTOp_MAX_REDUCT_TRANS_OP_CLASS_NAME   50

Definition at line 91 of file RTOp_MPI_config.h.

Typedef Documentation

Definition at line 85 of file RTOp_MPI_config.h.