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

2010-09-22 Thread Jeff Squyres
Thanks Lisandro! I filed https://svn.open-mpi.org/trac/ompi/ticket/2594 about this. On Sep 15, 2010, at 11:28 AM, Lisandro Dalcin wrote: > 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 (

[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);