Re: [OMPI devel] Autogen improvements: ready for blast off

2010-09-15 Thread Jeff Squyres
Ya, timezone differences and limited communication make it hard / make miscommunication easy. We're not going to wait a year. We're not going to wait a month. Ralph and I just need to sync up and get this stuff in. I'm *guessing* it'll be ready in a week or so. I'll be on the call to discu

[OMPI devel] Barrier() after Finalize() when a file handle is leaked.

2010-09-15 Thread Lisandro Dalcin
I've tested this with (--enable-debug --enable-picky --enable-mem-debug) 1.4.2 and 1.5rc6. Despite being debug builds, a mpi4py user got the same with (likely release) builds in both Ubuntu and OS X. $ cat open.c #include int main(int argc, char *argv[]) { MPI_File f; MPI_Init(&argc, &argv);