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

[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