[OMPI devel] configure patch (was: v1.5: thumbs up or down? - Thumbs Down)

2010-07-14 Thread Jeff Squyres
On Jul 11, 2010, at 12:25 AM, wrote: > $ diff -u openmpi-1.5rc3{-vanilla,}/config/ompi_contrib.m4 > --- openmpi-1.5rc3-vanilla/config/ompi_contrib.m4 2009-12-09 > 10:33:28.0 +1300 > +++ openmpi-1.5rc3/config/ompi_contrib.m4 2010-07-11 > 15:43:56.0 +1200 > @@ -99,6 +9

Re: [OMPI devel] PATCH: Wrong event_type value passed in to show_help when getting xrc async events

2010-07-14 Thread Jeff Squyres
Do you get additional warnings when compiling with the intel compiler (about printf'ing an enum type)? I seem to recall that there's already a truckload of those kinds of warnings... On Jul 13, 2010, at 1:58 AM, nadia.derbey wrote: > Hi, > > When the asynchronous events device handler(btl_op

Re: [OMPI devel] [OMPI svn] svn:open-mpi r23385

2010-07-14 Thread George Bosilca
Rolf, Something is fishy with this patch. Looking in the file ompi/mca/pml/bfo/pml_bfo_failover.c in the function mca_pml_bfo_recv_restart_completion (line 1306) I see that in the case MCA_PML_BFO_HDR_TYPE_RECVERRNOTIFY we're using the recvreq without initializing it. george. On Jul 13, 20