Newsgroups: comp.parallel.mpi
From: lusk@donner.mcs.anl.gov (Rusty Lusk)
Subject: Re: MPI_Op_create
Organization: Argonne National Laboratory
Date: 17 Dec 1996 15:59:03 GMT
Message-ID: <596g07$k6v@milo.mcs.anl.gov>

In article <594gnp$df5@srvr1.engin.umich.edu>, shilkrot@engin.umich.edu (Leonid Evguenievich Shilkrot) writes:
|> 
|> Does anybody knows where to find an example of using MPI_Op_create.
|> 

There is an example in the Standard itself.  Go to
http://www.mcs.anl.gov/mpi and click on MPI-1.1.  Click on "Index" and
then on MPI_Op_create.  This will take you to the section of the
Standard on User-defined operations, where you will find an example.

