[mpich2-commits] r6717 - mpich2/trunk/src/mpi/init
jayesh at mcs.anl.gov
jayesh at mcs.anl.gov
Mon May 24 13:32:43 CDT 2010
Author: jayesh
Date: 2010-05-24 13:32:43 -0500 (Mon, 24 May 2010)
New Revision: 6717
Modified:
mpich2/trunk/src/mpi/init/finalize.c
Log:
Use cs finalize util instead of calling the impl directly. After r6664 and later changes MPICH2 should now build on windows
Modified: mpich2/trunk/src/mpi/init/finalize.c
===================================================================
--- mpich2/trunk/src/mpi/init/finalize.c 2010-05-24 18:31:50 UTC (rev 6716)
+++ mpich2/trunk/src/mpi/init/finalize.c 2010-05-24 18:32:43 UTC (rev 6717)
@@ -245,8 +245,7 @@
MPIU_THREAD_CS_EXIT(ALLFUNC,);
MPIR_Process.initialized = MPICH_POST_FINALIZED;
- /* XXX DJG needs to hide behind a macro */
- MPIR_Thread_CS_Finalize();
+ MPIU_THREAD_CS_FINALIZE;
/* We place the memory tracing at the very end because any of the other
steps may have allocated memory that they still need to release*/
More information about the mpich2-commits
mailing list