Changeset 5697
- Timestamp:
- 11/05/09 00:19:35 (3 weeks ago)
- Files:
-
- 1 modified
-
mpich2/trunk/src/mpi/init/async.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mpich2/trunk/src/mpi/init/async.c
r5694 r5697 26 26 * within an internal function and will call NMPI functions 27 27 * directly. */ 28 /* FIXME: The CS_ENTER/EXIT code should be abstracted out 29 * correctly, instead of relying on the #if protection here. */ 28 30 #if MPIU_THREAD_GRANULARITY == MPIU_THREAD_GRANULARITY_GLOBAL 29 31 MPID_CS_ENTER();
