[cig-commits] r5062 - long/3D/Gale/trunk

walter at geodynamics.org walter at geodynamics.org
Tue Oct 17 07:34:10 PDT 2006


Author: walter
Date: 2006-10-17 07:34:10 -0700 (Tue, 17 Oct 2006)
New Revision: 5062

Modified:
   long/3D/Gale/trunk/
   long/3D/Gale/trunk/INSTALL
   long/3D/Gale/trunk/INSTALL.DEBIAN
   long/3D/Gale/trunk/INSTALL.RHFC5
   long/3D/Gale/trunk/INSTALL.STATIC
   long/3D/Gale/trunk/INSTALL.SUSE
   long/3D/Gale/trunk/README
Log:
 r983 at earth:  boo | 2006-10-17 07:33:19 -0700
 Fx up README and INSTALL's



Property changes on: long/3D/Gale/trunk
___________________________________________________________________
Name: svk:merge
   - 3a629746-de10-0410-b17b-fd6ecaaa963e:/cig:982
   + 3a629746-de10-0410-b17b-fd6ecaaa963e:/cig:983

Modified: long/3D/Gale/trunk/INSTALL
===================================================================
--- long/3D/Gale/trunk/INSTALL	2006-10-17 14:34:04 UTC (rev 5061)
+++ long/3D/Gale/trunk/INSTALL	2006-10-17 14:34:10 UTC (rev 5062)
@@ -1,10 +1,15 @@
 These are generic installation instructions.  Gale has been tested on
-workstations running Mac OS X 10.4.6 (G4 and G5), Windows 2000 and XP
-SP2 (x86), RedHat Fedora Core 5 (x86), OpenSuse 10.0 (x86), Debian
-stable (x86 and AMD64), testing (x86) and unstable (x86).  If you are
-installing Gale on one of those systems, read through this file and
-then refer to the appropriate INSTALL file (e.g. INSTALL.MACOSX).
+workstations running 
 
+  * Mac OS X 10.4.6 (G4 and G5)
+  * Windows 2000 and XP SP2 (x86)
+  * RedHat Fedora Core 5 (x86)
+  * OpenSuse 10.0 (x86)
+  * Debian stable (x86 and AMD64), testing (x86) and unstable (x86)
+
+If you are installing Gale on one of those systems, read through this
+file and then refer to the appropriate INSTALL file (e.g. INSTALL.MACOSX).
+
 Gale has also been installed on a workstation running Gentoo (x86) and
 clusters running Redhat 7.2 (x86) and RedHat Enterpise Linux 3
 (EM64T).

Modified: long/3D/Gale/trunk/INSTALL.DEBIAN
===================================================================
--- long/3D/Gale/trunk/INSTALL.DEBIAN	2006-10-17 14:34:04 UTC (rev 5061)
+++ long/3D/Gale/trunk/INSTALL.DEBIAN	2006-10-17 14:34:10 UTC (rev 5062)
@@ -1,9 +1,10 @@
 Debian
 ------
 
-You need to install libxml2-dev, atlas3-base-dev, atlas3-headers, and
-libmpich1.0-dev packages.  The reference blas and lapack libraries
-both define xerbla_ which causes conflicts unless using --with-shared.
+You need to install the debian packages libxml2-dev, atlas3-base-dev,
+atlas3-headers, and libmpich1.0-dev packages.  The reference blas and
+lapack libraries both define xerbla_ which causes conflicts unless
+using --with-shared.
 
 1) Testing or Unstable
 

Modified: long/3D/Gale/trunk/INSTALL.RHFC5
===================================================================
--- long/3D/Gale/trunk/INSTALL.RHFC5	2006-10-17 14:34:04 UTC (rev 5061)
+++ long/3D/Gale/trunk/INSTALL.RHFC5	2006-10-17 14:34:10 UTC (rev 5062)
@@ -1,8 +1,9 @@
 Redhat Fedora Core 5
 --------------------
 
-You need to install blas-devel, lapack-devel, libxml2-devel, and
-openmpi-devel (lam may work, though only openmpi has been tested).
+You need to install the RPM packages blas-devel, lapack-devel,
+libxml2-devel, and openmpi-devel (lam may work, though only openmpi
+has been tested).
 
 Now install petsc
 

Modified: long/3D/Gale/trunk/INSTALL.STATIC
===================================================================
--- long/3D/Gale/trunk/INSTALL.STATIC	2006-10-17 14:34:04 UTC (rev 5061)
+++ long/3D/Gale/trunk/INSTALL.STATIC	2006-10-17 14:34:10 UTC (rev 5062)
@@ -9,12 +9,12 @@
 
   $ STATIC_BUILD=1 make install
 
-The SConstruct.in file is set up for static builds on my laptop.  The
-reference lapack and blas libraries both define xerbla_, which causes
-static links to fail, so I have petsc use Atlas' lapack and blas.
-Also, when I configured PETSc, I did not include X.  Including X
-requires lots of other things that complicate the process.  In
-summary, I configure PETSC with the line
+The SConstruct.in file is set up for static builds on my Debian
+laptop.  The reference lapack and blas libraries both define xerbla_,
+which causes static links to fail, so I have petsc use Atlas' lapack
+and blas.  Also, when I configured PETSc, I did not include X.
+Including X requires lots of other things that complicate the process.
+In summary, I configure PETSC with the line
 
   $ ./config/configure.py --prefix=/home/boo/cig/petsc --with-x=0 --with-blas-lib=/usr/lib/libblas-3.a --with-lapack-lib=/usr/lib/liblapack-3.a --with-debugging=no
 

Modified: long/3D/Gale/trunk/INSTALL.SUSE
===================================================================
--- long/3D/Gale/trunk/INSTALL.SUSE	2006-10-17 14:34:04 UTC (rev 5061)
+++ long/3D/Gale/trunk/INSTALL.SUSE	2006-10-17 14:34:10 UTC (rev 5062)
@@ -12,8 +12,8 @@
   export PETSC_DIR=$PWD
   config/configure.py --prefix=/path/to/install/petsc --download-mpich=1 --with-shared --with-external-packages-dir=/path/to/install/mpich --with-debugging=no
   
-When it is done, petsc will tell
-you to set PETSC_ARCH.  It will probably be something like
+When it is done, petsc will tell you to set PETSC_ARCH.  It will
+probably be something like
 
   export PETSC_ARCH=linux-gnu-c-real-opt
 

Modified: long/3D/Gale/trunk/README
===================================================================
--- long/3D/Gale/trunk/README	2006-10-17 14:34:04 UTC (rev 5061)
+++ long/3D/Gale/trunk/README	2006-10-17 14:34:10 UTC (rev 5062)
@@ -29,3 +29,5 @@
 * The Windows binaries do not work in parallel.
 
 * Documentation is still incomplete.
+
+* Parallel support is flaky
\ No newline at end of file



More information about the cig-commits mailing list