From: Michael Starkie <Starfire@LL.MIT.EDU>
Newsgroups: comp.parallel.mpi
Subject: MPI_FINALIZE(). Is it necessary?
Date: Wed, 18 Nov 1998 16:01:14 -0500
Organization: MIT Lincoln Laboratory
Message-Id: <3653359A.B5DF33C4@LL.MIT.EDU>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit


How important is it that an MPI application call MPI_FINALIZE before
exiting?

I typically don't worry about socket descriptors, for instance, before
calling exit() for a tcp application. It all just works and cleans
itself up just fine. True with MPI? What about an application
distributed on a large SPP architecture? Any differences in terms of
cleaning the MPI state?

--
Cordially,
Michael Starkie

