Re: [OMPI devel] C++ errhandler

2008-02-15 Thread Tim Prins
Done: https://svn.open-mpi.org/trac/ompi/ticket/1216 Tim Jeff Squyres wrote: Blah; it is not a known issue. I swear I tested this, but I must have goofed. :-( Can you file a bug and assign it to me? I can't look at it this second, but perhaps I can later today. Thanks... On Feb 15,

Re: [OMPI devel] C++ errhandler

2008-02-15 Thread Jeff Squyres
Blah; it is not a known issue. I swear I tested this, but I must have goofed. :-( Can you file a bug and assign it to me? I can't look at it this second, but perhaps I can later today. Thanks... On Feb 15, 2008, at 9:19 AM, Tim Prins wrote: Hi, We are running into a problem with th

[OMPI devel] C++ errhandler

2008-02-15 Thread Tim Prins
Hi, We are running into a problem with the IBM test cxx_call_errhandler since the merge of the c++ bindings changes. Not sure if this is a known problem, but I did not see a bug or any traffic about this one. MTT link: http://www.open-mpi.org/mtt/index.php?do_redir=532 Thanks, Tim

Re: [OMPI devel] New address selection for btl-tcp (was Re: [OMPI svn] svn:open-mpi r17307)

2008-02-15 Thread Tim Prins
Adrian Knoth wrote: On Fri, Feb 01, 2008 at 11:40:20AM -0500, Tim Prins wrote: Adrian, Hi! Sorry for the late reply and thanks for your testing. 1. There are some warnings when compiling: I've fixed these issues. Thanks. 2. If I exclude all my tcp interfaces, the connection fails prop

Re: [OMPI devel] memchecker and weak symbols

2008-02-15 Thread Shiqing Fan
Hi George, 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