[mpich2-commits] r6713 - mpich2/trunk/src/include
jayesh at mcs.anl.gov
jayesh at mcs.anl.gov
Mon May 24 13:25:52 CDT 2010
Author: jayesh
Date: 2010-05-24 13:25:52 -0500 (Mon, 24 May 2010)
New Revision: 6713
Modified:
mpich2/trunk/src/include/mpiimpl.h
Log:
Not including mpiimplthreadpost header file for single/funneled cases
Modified: mpich2/trunk/src/include/mpiimpl.h
===================================================================
--- mpich2/trunk/src/include/mpiimpl.h 2010-05-24 18:23:14 UTC (rev 6712)
+++ mpich2/trunk/src/include/mpiimpl.h 2010-05-24 18:25:52 UTC (rev 6713)
@@ -3136,7 +3136,12 @@
#define MPIU_CALL(context,funccall) context##_##funccall
#endif
+#if (MPICH_THREAD_LEVEL >= MPI_THREAD_SERIALIZED)
+/* mpiimplthreadpost.h requires MPID Thread defns - that are available only
+ * when thread level >= serialized
+ */
#include "mpiimplthreadpost.h"
+#endif
/* Include definitions from the device which require items defined by this
file (mpiimpl.h). */
More information about the mpich2-commits
mailing list