[mpich2-commits] r7469 - mpich2/trunk

jayesh at mcs.anl.gov jayesh at mcs.anl.gov
Fri Nov 19 15:05:12 CST 2010


Author: jayesh
Date: 2010-11-19 15:05:12 -0600 (Fri, 19 Nov 2010)
New Revision: 7469

Modified:
   mpich2/trunk/winconfigure.wsf
Log:
Enable quick sort in comm split algo on Windows - Added in r7462

Modified: mpich2/trunk/winconfigure.wsf
===================================================================
--- mpich2/trunk/winconfigure.wsf	2010-11-18 22:23:34 UTC (rev 7468)
+++ mpich2/trunk/winconfigure.wsf	2010-11-19 21:05:12 UTC (rev 7469)
@@ -3864,6 +3864,8 @@
                                         fout.WriteLine("/* #undef LT_OBJDIR */")
                                 Case "USE_MPIU_INSTR"
                                         fout.WriteLine("/* #undef USE_MPIU_INSTR */")
+                                Case "HAVE_QSORT"
+                                        fout.WriteLine("#define HAVE_QSORT 1")
 				Case Else
                                     Dim useCustomDefDict
                                     useCustomDefDict = False



More information about the mpich2-commits mailing list