[mpich-discuss] MPICH2 with MPI-1 code

chan at mcs.anl.gov chan at mcs.anl.gov
Mon Apr 19 17:00:32 CDT 2010


----- "Mark Williamson" <mjw at sdsc.edu> wrote:

> Why is there this inconsistency? Are there any tools available to
> which 
> I can pass the source code in order to check for complete MPI-1
> compliance ?


Try compile your code with "mpicc -mpe=mpicheck" which will enable
collective check.  The tool isn't meant for scalability, don't
run it with too many processes.

A.Chan


More information about the mpich-discuss mailing list