[mpich2-commits] r6679 - mpich2/trunk
jayesh at mcs.anl.gov
jayesh at mcs.anl.gov
Wed May 19 10:51:06 CDT 2010
Author: jayesh
Date: 2010-05-19 10:51:05 -0500 (Wed, 19 May 2010)
New Revision: 6679
Modified:
mpich2/trunk/winconfigure.wsf
Log:
Enable MPI_REAL4 and MPI_REAL8 types on windows
Modified: mpich2/trunk/winconfigure.wsf
===================================================================
--- mpich2/trunk/winconfigure.wsf 2010-05-19 15:47:33 UTC (rev 6678)
+++ mpich2/trunk/winconfigure.wsf 2010-05-19 15:51:05 UTC (rev 6679)
@@ -3025,9 +3025,9 @@
Case "HAVE_CSHARP_BINDING"
fout.WriteLine("/* #undef HAVE_CSHARP_BINDING */")
Case "MPIR_REAL4_CTYPE"
- fout.WriteLine("/* #undef MPIR_REAL4_CTYPE */")
+ fout.WriteLine("#define MPIR_REAL4_CTYPE float")
Case "MPIR_REAL8_CTYPE"
- fout.WriteLine("/* #undef MPIR_REAL8_CTYPE */")
+ fout.WriteLine("#define MPIR_REAL8_CTYPE double")
Case "MPIR_REAL16_CTYPE"
fout.WriteLine("/* #undef MPIR_REAL16_CTYPE */")
Case "MPIR_INTEGER1_CTYPE"
More information about the mpich2-commits
mailing list