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

Go to the source code of this file.

Macros

#define RTOP_TO_MPI_SHOW_TIMES   1
 
#define RTOP_TO_MPI_H
 

Functions

void RTOp_MPI_type_signature (const int num_values, const int num_indexes, const int num_chars, int *num_entries, int block_lengths[], MPI_Aint displacements[], MPI_Datatype datatypes[])
 
int RTOp_extract_reduct_obj_ext_state (const struct RTOp_RTOp *op, RTOp_ReductTarget reduct_obj, int num_values, int num_indexes, int num_chars, void *reduct_obj_ext)
 
int RTOp_load_reduct_obj_ext_state (const struct RTOp_RTOp *op, const void *reduct_obj_ext, RTOp_ReductTarget reduct_obj)
 
int RTOp_MPI_apply_op (MPI_Comm comm, const struct RTOp_RTOp *op, int root_rank, const int num_cols, const int num_vecs, const struct RTOp_SubVector sub_vecs[], const int num_targ_vecs, const struct RTOp_MutableSubVector sub_targ_vecs[], RTOp_ReductTarget reduct_objs[])
 

Variables

int RTOp_MPI_apply_op_print_timings
 

Macro Definition Documentation

#define RTOP_TO_MPI_SHOW_TIMES   1

Definition at line 45 of file RTOpToMPI.h.

#define RTOP_TO_MPI_H

Definition at line 48 of file RTOpToMPI.h.

Variable Documentation

int RTOp_MPI_apply_op_print_timings

Definition at line 424 of file RTOpToMPI.c.