Newsgroups: comp.parallel.mpi
From: lusk@mcs.anl.gov (Rusty Lusk)
Subject: Re: MPI_Op_create example needed
Organization: Math and Computer Science, Argonne.
Date: 11 Dec 1995 16:17:17 GMT
Message-ID: <4ahlie$bs9@milo.mcs.anl.gov>

In article <49vfr9$2s2@ccnet3.ccnet.com>, panda@ccnet.com (KandT) writes:
|> I have been trying to get the MPI_Op_create() feature to work 
|> in the 1.0.11 version of MPICH but without much success.  Any
|> working examples of such would be most gratefully appreciated.
|> 

There are some examples in the test suite, which you will find in
mpich/examples/test.  The coll subdirectory contains test programs for
the collective operations.  The ones that use MPI_Op_create are
coll9.c, coll10.c, and col11.c.  If you have any problems with these
on your system, please send mail to mpi-bugs@mcs.anl.gov.

Regards,
Rusty

