Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r16200

2007-09-25 Thread Tim Mattox
Hmm, why should an external debugger dictate the members of our communicator struct? Does MPICH, etc. have the exact same structure for their comunicators? I doubt it. If George's r16177 change is correct, mqs_taddr_t unique_id is never used or set in OMPI. I'm sure TotalView & DLL already need

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r16200

2007-09-25 Thread Pak Lui
Hi Tim, Tim Mattox wrote: Hmm, why should an external debugger dictate the members of our communicator struct? Does MPICH, etc. have the exact same structure for their comunicators? I doubt it. Yes, only for mqs_communicator which shares between the DLL and TV. In fact, the whole mpi_interf

Re: [OMPI devel] [OMPI svn-full] svn:open-mpi r16200

2007-09-25 Thread George Bosilca
He's right. By mistake I modified the mpi_interface.h file, when I knew that it should not be modified. This file is identical for all MPI implementations that provide parallel debuggers support. It define the interfaces between us and them ... interfaces that include functions as well as s