[mpich2-commits] r4036 - mpich2/trunk

jayesh at mcs.anl.gov jayesh at mcs.anl.gov
Thu Mar 12 15:06:40 CDT 2009


Author: jayesh
Date: 2009-03-12 15:06:40 -0500 (Thu, 12 Mar 2009)
New Revision: 4036

Modified:
   mpich2/trunk/winconfigure.wsf
Log:
Using (INTEGER *8) fortran type for offsets instead of (INTEGER (KIND=8)) to support g77 on windows - Refer ticket #276 for details

Modified: mpich2/trunk/winconfigure.wsf
===================================================================
--- mpich2/trunk/winconfigure.wsf	2009-03-12 19:28:21 UTC (rev 4035)
+++ mpich2/trunk/winconfigure.wsf	2009-03-12 20:06:40 UTC (rev 4036)
@@ -1774,7 +1774,7 @@
 			Case "@MPIR_CXX_LONG_DOUBLE_COMPLEX@"
 				str = Replace(str, "@MPIR_CXX_LONG_DOUBLE_COMPLEX@", MPIR_CXX_LONG_DOUBLE_COMPLEX)
 			Case "@FORTRAN_MPI_OFFSET@"
-				str = Replace(str, "@FORTRAN_MPI_OFFSET@", "INTEGER (KIND=8)")
+				str = Replace(str, "@FORTRAN_MPI_OFFSET@", "INTEGER *8")
 			Case "@mpe_c99_stdint_inc@"
 				str = Replace(str, "@mpe_c99_stdint_inc@", "/* #include <stdint.h> */")
 			Case "@mpe_c99_pridxx_inc@"



More information about the mpich2-commits mailing list