up previous contents
Up: MPI Functions Previous: MPIFINALIZE MPI Finalize   Contents

Subsections

MPIALLREDUCE MPI All Reduce Operation

Usage

This function implements the all-reduce operation using MPI. The general syntax for its use is

   x = mpiallreduce(y,operation,comm)



2004-10-07