[mpich2-commits] r5621 - mpich2/trunk

jayesh at mcs.anl.gov jayesh at mcs.anl.gov
Thu Oct 29 16:48:44 CDT 2009


Author: jayesh
Date: 2009-10-29 16:48:44 -0500 (Thu, 29 Oct 2009)
New Revision: 5621

Modified:
   mpich2/trunk/winconfigure.wsf
Log:
Handling undefined opa defns - sizeof opa ptr - on windows

Modified: mpich2/trunk/winconfigure.wsf
===================================================================
--- mpich2/trunk/winconfigure.wsf	2009-10-29 21:38:32 UTC (rev 5620)
+++ mpich2/trunk/winconfigure.wsf	2009-10-29 21:48:44 UTC (rev 5621)
@@ -2203,6 +2203,8 @@
                 Else
                     fout.WriteLine("#define OPA_SIZEOF_VOID_P 4")
                 End If
+            Case "SIZEOF_OPA_PTR_T"
+                fout.WriteLine("#define SIZEOF_OPA_PTR_T sizeof(OPA_ptr_t)")
             Case "inline"
                 fout.WriteLine("#define inline __inline")
             Case "restrict"



More information about the mpich2-commits mailing list