Re: [OMPI devel] [OMPI svn-docs] svn:open-mpi-tests r1705

2009-08-25 Thread Jeff Squyres
Wow -- ignore that commit message; that was an ancient message from a really, really old commit. This commit is a new test that does reductions on MPI_MINLOC with SHORT_INT. Sorry for the confusion! On Aug 25, 2009, at 1:25 PM, jsquy...@osl.iu.edu wrote: Author: jsquyres Date: 2009-08-2

Re: [OMPI devel] XML request

2009-08-25 Thread Greg Watson
Ralph, Looks like some messages are taking a different path: $ mpirun -mca orte_show_resolved_nodenames 1 -xml -display-map -np 3 xxx < stderr > -- ; m

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

2009-08-25 Thread Ralph Castain
On Aug 24, 2009, at 9:24 PM, Patrick Geoffray wrote: Ralph Castain wrote: Not quite that simple, Patrick. Think of things like MPI_Sendrecv, where the "send" call is below that of the user's code. You have a point, Ralph. Although, that would be 8 more lines to add to the user MPI code to