Changeset 5686

Show
Ignore:
Timestamp:
11/04/09 12:41:02 (3 weeks ago)
Author:
jayesh
Message:

Disabling suppression of pre-defined refcounts on windows

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • mpich2/trunk/winconfigure.wsf

    r5685 r5686  
    29882988                                        fout.WriteLine("#define MPIU_THREAD_GRANULARITY MPIU_THREAD_GRANULARITY_SINGLE") 
    29892989                                        fout.WriteLine("#endif") 
     2990                                Case "MPIU_THREAD_SUPPRESS_PREDEFINED_REFCOUNTS" 
     2991                                        ' Currently we only build MPICH2 with global lock  
     2992                                        ' -Introduce this option when building lock-free version 
     2993                                        fout.WriteLine("/* #undef MPIU_THREAD_SUPPRESS_PREDEFINED_REFCOUNTS */") 
    29902994                                Case "MPIU_HANDLE_ALLOCATION_METHOD" 
    29912995                                        fout.WriteLine("#define MPIU_HANDLE_ALLOCATION_METHOD MPIU_HANDLE_ALLOCATION_MUTEX")