[cig-commits] commit: add README

Mercurial hg at geodynamics.org
Tue Jun 5 12:14:59 PDT 2012


changeset:   249:eaa0528c2a23
tag:         tip
user:        Walter Landry <wlandry at caltech.edu>
date:        Tue Jun 05 12:14:46 2012 -0700
files:       README
description:
add README


diff -r 3e241d836b3e -r eaa0528c2a23 README
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README	Tue Jun 05 12:14:46 2012 -0700
@@ -0,0 +1,17 @@
+This is Gamra, a 2D/3D code for solid earth modeling.  To build, you
+must build and install SAMRAI separately.  You must get it from the
+CIG repository, because I have patched it to work with Gamra.
+
+  hg clone http://geodynamics.org/hg/cs/AMR/Samrai/
+
+After building SAMRAI, download the FTensor library
+
+  hg clone http://geodynamics.org/hg/cs/AMR/Samrai/
+
+Gamra uses Waf to configure and build.  The configure, at present,
+only looks for a compiler.  So you will have to modify the file
+
+  wscript
+
+to point to where Samrai and FTensor are.  You may also have to change
+the linked in libraries depending on how you built SAMRAI.



More information about the CIG-COMMITS mailing list