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
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
&