[mpich2-commits] r7429 - mpich2/trunk

jayesh at mcs.anl.gov jayesh at mcs.anl.gov
Tue Nov 9 15:17:51 CST 2010


Author: jayesh
Date: 2010-11-09 15:17:51 -0600 (Tue, 09 Nov 2010)
New Revision: 7429

Modified:
   mpich2/trunk/winconfigure.wsf
Log:
Disable perf instrumentation interface on windows - added in r7416

Modified: mpich2/trunk/winconfigure.wsf
===================================================================
--- mpich2/trunk/winconfigure.wsf	2010-11-09 20:04:24 UTC (rev 7428)
+++ mpich2/trunk/winconfigure.wsf	2010-11-09 21:17:51 UTC (rev 7429)
@@ -3802,6 +3802,8 @@
                                 ' LT_OBJDIR
                                 Case "LT_OBJDIR"
                                         fout.WriteLine("/* #undef LT_OBJDIR */")
+                                Case "USE_MPIU_INSTR"
+                                        fout.WriteLine("/* #undef USE_MPIU_INSTR */")
 				Case Else
                                     Dim useCustomDefDict
                                     useCustomDefDict = False



More information about the mpich2-commits mailing list