Re: [OMPI devel] Fancy ORTE/MPIRUN bugs

2007-04-20 Thread Brian Barrett
On Apr 19, 2007, at 8:38 AM, Aurelien Bouteiller wrote: Hi, I am experiencing several fancy bugs with ORTE. All bugs occur on Intel 32 bits architecture under Mac OS X using gcc 4.2. The tested version is todays trunk (it also have occured for at least three weeks) First occurs when compiling

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

2007-04-20 Thread George Bosilca
I think the NULL test is a left over from long ago. At one point in the past we decided that all MPI related tests have to be done outside the PML functions (i.e. in the MPI layer). The test for request == NULL is present in the start.c and startall.c. Anywhere else (i.e. where we use internally

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

2007-04-20 Thread Josh Hursey
Yeah I was not actually sure what the standard said about passing an array of requests and having one of the elements be NULL. This just seemed like a subtle bug when I was looking through the code. Taking a quick look at the check in mpi/c/startall.c it seems that we do check for this case

Re: [OMPI devel] Fancy ORTE/MPIRUN bugs

2007-04-20 Thread bouteill
>= Original Message From Brian Barrett = >On Apr 19, 2007, at 8:38 AM, Aurelien Bouteiller wrote: > >> Hi, >> I am experiencing several fancy bugs with ORTE. >> >> All bugs occur on Intel 32 bits architecture under Mac OS X using gcc 4.2 The bug you fixed is fixed. Thanks >Fixed as o