Changeset 5697

Show
Ignore:
Timestamp:
11/05/09 00:19:35 (3 weeks ago)
Author:
balaji
Message:

Add a FIXME to correct the critical section code as per Bill's
recommendation.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • mpich2/trunk/src/mpi/init/async.c

    r5694 r5697  
    2626     * within an internal function and will call NMPI functions 
    2727     * directly. */ 
     28    /* FIXME: The CS_ENTER/EXIT code should be abstracted out 
     29     * correctly, instead of relying on the #if protection here. */ 
    2830#if MPIU_THREAD_GRANULARITY == MPIU_THREAD_GRANULARITY_GLOBAL 
    2931    MPID_CS_ENTER();