[OMPI devel] rhc-step2b compile failures

2008-02-14 Thread Jeff Squyres
It looks like these compile failures last night: http://www.open-mpi.org/mtt/index.php?do_redir=531 Were caused by a missing header file in the openib btl that propagated down with Ralph's merge yesterday. I fixed it with r17453 on the trunk. -- Jeff Squyres Cisco Systems

Re: [OMPI devel] Scheduled merge of ORTE devel branch to trunk

2008-02-14 Thread Ralph H Castain
Update on this plan... I am going to delay merging the branch over to the trunk for awhile, perhaps several weeks, for several reasons: 1. the trunk is somewhat unstable at the moment. Things are going in and being backed out, errors in recent commits being found and corrected, etc. at a pace I s

Re: [OMPI devel] [RFC] Non-blocking collectives (LibNBC) merge to trunk

2008-02-14 Thread Jeff Squyres
So I don't think that we ever concluded this discussion/RFC. I am in favor of bringing in libnbc, given the qualifications below. Others? On Feb 8, 2008, at 12:16 PM, Jeff Squyres wrote: Terry -- I reluctantly agree. :-) What I envision is not difficult (a first cut/feature-lean version is

Re: [OMPI devel] [RFC] Non-blocking collectives (LibNBC) merge to trunk

2008-02-14 Thread Shipman, Galen M.
I am in favor of bringing this in. - Galen On Feb 14, 2008, at 1:15 PM, Jeff Squyres wrote: So I don't think that we ever concluded this discussion/RFC. I am in favor of bringing in libnbc, given the qualifications below. Others? On Feb 8, 2008, at 12:16 PM, Jeff Squyres wrote: Terry --

Re: [OMPI devel] [RFC] Non-blocking collectives (LibNBC) merge to trunk

2008-02-14 Thread George Bosilca
I am NOT in favor of bringing LibNBC in the trunk. Some of my concerns were already stated by Brian and Ralph, and the answers didn't clearly address all my reticences. I don't want to bring the MPI 3 Forum discussion on this mailing list, but I think that as long as there is a lack of the

[OMPI devel] memchecker and weak symbols

2008-02-14 Thread George Bosilca
It turned out that memchecker break our usage of weak symbols. The problem is that the definition of the weak symbol should always appear before the first use of the function. There are two MPI functions that are used in the memchecker.h file: MPI_Type_get_contents and MPI_Type_get_envelope