[cig-commits] r16763 - short/3D/PyLith/trunk/doc/install

brad at geodynamics.org brad at geodynamics.org
Sat May 22 15:59:38 PDT 2010


Author: brad
Date: 2010-05-22 15:59:38 -0700 (Sat, 22 May 2010)
New Revision: 16763

Modified:
   short/3D/PyLith/trunk/doc/install/Cluster_CIT-pangu.txt
Log:
Added notes.

Modified: short/3D/PyLith/trunk/doc/install/Cluster_CIT-pangu.txt
===================================================================
--- short/3D/PyLith/trunk/doc/install/Cluster_CIT-pangu.txt	2010-05-22 07:46:11 UTC (rev 16762)
+++ short/3D/PyLith/trunk/doc/install/Cluster_CIT-pangu.txt	2010-05-22 22:59:38 UTC (rev 16763)
@@ -2,6 +2,10 @@
 INSTRUCTIONS FOR INSTALLING PYLITH ON THE CALTECH LINUX CLUSTER PANGU
 ======================================================================
 
+/opt/openmpi/1.4.2/intel
+/opt/intel/Compiler/11.1/072/
+/opt/intel/Compiler/11.1/072/mkl/lib
+
 Python
   http://www.python.org/ftp/python/2.6.5/Python-2.6.5.tgz
 
@@ -28,21 +32,23 @@
   http://downloads.sourceforge.net/project/numpy/NumPy/1.4.1/numpy-1.4.1.tar.gz?use_mirror=hivelocity
 
 spatialdata
- svn co http://geodynamics.org/svn/cig/cs/spatialdata-0.1/trunk spatialdata-dev
-  **need python numpy module**
+  svn co http://geodynamics.org/svn/cig/cs/spatialdata-0.1/trunk spatialdata-dev
+  Comment out postdep_objects (bug in ifort)
 
 mercurial
   http://mercurial.selenic.com/release/mercurial-1.5.2.tar.gz
-  **need bz2 module**
 
 PETSc
+  hg clone http://petsc.cs.iit.edu/petsc/petsc-dev
+  cd petsc-dev/config
+  hg clone http://petsc.cs.iit.edu/petsc/BuildSystem BuildSystem
 
 nemesis
   svn co http://geodynamics.org/svn/cig/cs/nemesis/trunk nemesis-dev  
 
 PyLith
+  svn co http://geodynamics.org/svn/cig/short/3D/PyLith/trunk pylith-dev
 
-
 I place applications that are rarely updated in $HOME/tools. For CIG
 source code, I separate the source code, build directories, and
 installed code. The source code sits in $HOME/src/cig, I build the



More information about the CIG-COMMITS mailing list