Re: [OMPI devel] RFC: dead code removal

2013-05-16 Thread Ralph Castain
okay, i went thru this - found a couple of places where a deeper error was involved. i've committed those changes, so as far as i'm concerned you can update the patch and commit On May 15, 2013, at 5:43 PM, Jeff Squyres (jsquyres) wrote: > Sure, no problem. > > > On May 15, 2013, at 8:41 PM

[OMPI devel] Datatype initialization bug?

2013-05-16 Thread KAWASHIMA Takahiro
Hi, I'm reading the datatype code in Open MPI trunk and have a question. A bit long. See the following program. #include #include struct opal_datatype_t; extern int opal_init(int *pargc, char ***pargv); extern int opal_finalize(