[mpich2-commits] r5400 - mpich2/trunk/src/mpe2
chan at mcs.anl.gov
chan at mcs.anl.gov
Tue Oct 6 02:39:21 CDT 2009
Author: chan
Date: 2009-10-06 02:39:20 -0500 (Tue, 06 Oct 2009)
New Revision: 5400
Modified:
mpich2/trunk/src/mpe2/INSTALL.cross
Log:
updated with clarification of cross-compile step, i.e. no cross-spec file is needed.
Modified: mpich2/trunk/src/mpe2/INSTALL.cross
===================================================================
--- mpich2/trunk/src/mpe2/INSTALL.cross 2009-10-05 22:00:08 UTC (rev 5399)
+++ mpich2/trunk/src/mpe2/INSTALL.cross 2009-10-06 07:39:20 UTC (rev 5400)
@@ -1,7 +1,7 @@
MPE (Multi-Processing Environment)
----------------------------------
- Version 2.4.6. March, 2008
+ Version 2.5.0. Oct, 2009
Mathematics and Computer Science Division
Argonne National Laboratory
@@ -20,6 +20,16 @@
cross-compilation is, you probably don't need to read this. INSTALL
is all you need to know.
+**** The following is NO longer true in this MPE release ****
+This release of MPE has better support of cross-compilation and does
+not require a 2-step process, i.e. no cross-spec file is needed.
+Cross compilation is similar to native compilation except the addition
+of --host and --build as required by autoconf(i.e. configure).
+In short, cross-compile requires specification of CC/F77/MPI_CC/MPI_F77,
+--host and --build as part of configure command.
+More documentation will be added later.
+**************************************************************
+
For those who need cross-compilation support, 7 to 10 variables are
needed. These variables are determined through some runtime tests on
cross-compiled host (i.e. the host where the libraries/executable are
More information about the mpich2-commits
mailing list