[OMPI devel] RFC: convert send to ssend

2009-08-08 Thread Jeff Squyres
WHAT: MCA parameter for converting all standard mode MPI sends to synchronous mode sends WHY: helpful in debugging user apps WHERE: here's the output from "svn st" M ompi/runtime/params.h M ompi/runtime/ompi_mpi_params.c M ompi/mpi/c/send.c M ompi/mpi/c/send_init.c M

Re: [OMPI devel] RFC: convert send to ssend

2009-08-08 Thread Ralph Castain
Given the limited scope, would it make sense to somehow add this to the trace library (or a separate debug lib) - i.e., can we do it via a lib that inserts itself between the MPI binding and PMPI call? I would hate to duplicate the code in something like sendrecv, but I wonder if we could refactor