Commits

Mohamad Chaarawi committed 7c6c7fe1372
[svn-r23067] - Add attribute on MPI_COMM_SELF for clients to invoke a deletion callback when the comm is free'd on MPI_Finalize(). The callback will notify the MDS that that the client is calling MPI Finalize. - At the server side, maintain a counter that detects when the MDS server should cleanup and exit. - Fix several cleanup issues at server and client sides that were preventing the library from terminating cleanly.