Re: [OMPI devel] Invalid initializers in pml_base_request and bml_base_open

2009-08-03 Thread Jeff Squyres
Should they each mail you about MPI_COMPLEX first, too? ;-) On Aug 3, 2009, at 1:35 PM, George Bosilca wrote: Not before I get an email from every developer in the Open MPI project !!! george. On Aug 3, 2009, at 12:31 , Jeff Squyres wrote: This looks icky. George -- can you please fix

Re: [OMPI devel] Invalid initializers in pml_base_request and bml_base_open

2009-08-03 Thread George Bosilca
Not before I get an email from every developer in the Open MPI project !!! george. On Aug 3, 2009, at 12:31 , Jeff Squyres wrote: This looks icky. George -- can you please fix? On Aug 3, 2009, at 12:07 AM, Ralph Castain wrote: Hi folks The following lines were entered into two files

Re: [OMPI devel] Invalid initializers in pml_base_request and bml_base_open

2009-08-03 Thread Jeff Squyres
This looks icky. George -- can you please fix? On Aug 3, 2009, at 12:07 AM, Ralph Castain wrote: Hi folks The following lines were entered into two files by r21739: ompi/mca/pml/base/pml_base_request.c: ompi_free_list_t mca_pml_base_send_requests = {0}; ompi_free_list_t mca_pml_base_recv_

[OMPI devel] Invalid initializers in pml_base_request and bml_base_open

2009-08-03 Thread Ralph Castain
Hi folks The following lines were entered into two files by r21739: ompi/mca/pml/base/pml_base_request.c: ompi_free_list_t mca_pml_base_send_requests = {0}; ompi_free_list_t mca_pml_base_recv_requests = {0}; ompi/mca/bml/bml_base_open.c: opal_list_t mca_bml_base_components_available = {0}; Un