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

walter at geodynamics.org walter at geodynamics.org
Thu Jan 18 14:39:21 PST 2007


Author: walter
Date: 2007-01-18 14:39:21 -0800 (Thu, 18 Jan 2007)
New Revision: 5831

Added:
   long/3D/Gale/trunk/INSTALL.PANGU
Modified:
   long/3D/Gale/trunk/
Log:
 r1442 at earth:  boo | 2007-01-17 22:55:31 -0800
 Add install notes for pangu



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

Added: long/3D/Gale/trunk/INSTALL.PANGU
===================================================================
--- long/3D/Gale/trunk/INSTALL.PANGU	2007-01-18 22:28:20 UTC (rev 5830)
+++ long/3D/Gale/trunk/INSTALL.PANGU	2007-01-18 22:39:21 UTC (rev 5831)
@@ -0,0 +1,15 @@
+You need to build petsc.  I configured with
+
+  ./config/configure.py --prefix=/home/walter/petsc --with-mpi-dir=/opt/mpichgm-1.2.6..14b..gcc..ifort_9.0 --with-fc=0 --with-batch=1 --with-mpi-shared=false --with-debugging=no
+
+Then configure gale similarly
+
+  configure.py --prefix=/home/walter/gale-bin --with-mpi-dir=/opt/mpichgm-1.2.6..14b..gcc..ifort_9.0 --with-batch=1 --with-mpi-shared=false
+
+Each time, it will stop and ask you to run a job in the batch system.
+You can just execute the command on the login node.  Then you run
+
+  python reconfigure
+
+and it will complete.
+



More information about the cig-commits mailing list