Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

template<class ArithT, class RedOpT>
static void Impala::Core::Array::Pattern::PxReduce ( ArithT *  in,
ArithT *  inout,
int *  len,
MPI_Datatype *  dptr 
) [inline, static]

Definition at line 371 of file PxDistribution.h.

00372 {
00373     /*** This is the user defined function as MPI likes to have it ***/
00374 
00375     RedOpT op;
00376     op.DoIt(*inout, *in);
00377 }


Generated on Thu Jan 13 09:17:54 2011 for ImpalaSrc by  doxygen 1.5.1