Re: [OMPI users] How to avoid abort when calling MPI_Finalize without calling MPI_File_close?

2010-12-01 Thread James Overfelt
On Wed, Dec 1, 2010 at 8:28 AM, Rob Latham wrote: > On Mon, Nov 22, 2010 at 04:40:14PM -0700, James Overfelt wrote: >> Hello, >> >>     I have a small test case where a file created with MPI_File_open >> is still open at the time MPI_Finalize is called.  In the actual &

[OMPI users] How to avoid abort when calling MPI_Finalize without calling MPI_File_close?

2010-11-22 Thread James Overfelt
close the files or honor the error handler and return an error code without an abort. I've tried with with OpenMPI 1.4.3 and 1.5 with the same results. Attached are the configure, compile and source files and the whole program follows. Any help would be appreciated, Dr. James Overfelt