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

walter at geodynamics.org walter at geodynamics.org
Mon Mar 30 02:44:11 PDT 2009


Author: walter
Date: 2009-03-30 02:44:10 -0700 (Mon, 30 Mar 2009)
New Revision: 14541

Modified:
   long/3D/Gale/trunk/
   long/3D/Gale/trunk/INSTALL.TACC
Log:
 r2635 at dante:  boo | 2009-03-30 02:42:31 -0700
 Update INSTALL.TACC



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

Modified: long/3D/Gale/trunk/INSTALL.TACC
===================================================================
--- long/3D/Gale/trunk/INSTALL.TACC	2009-03-30 09:44:05 UTC (rev 14540)
+++ long/3D/Gale/trunk/INSTALL.TACC	2009-03-30 09:44:10 UTC (rev 14541)
@@ -1,3 +1,17 @@
+The PETSc provided on TACC's lonestar is buggy, so you will have to
+build your own.  I could not get Petsc 2.3.2 to work, but 2.3.3 does.
+First, you configure Petsc with
+
+  config/configure.py --LDFLAGS="-liomp5 -lpthread" --with-blas-lib=/opt/intel/mkl/10.0.3.020/lib/em64t/libmkl.so --with-lapack-lib=/opt/intel/mkl/10.0.3.020/lib/em64t/libmkl_lapack.a --with-shared=0 --with-mpi-shared=false --with-debugging=0 --with-blacs-lib=/opt/intel/mkl/10.0.3.020/lib/em64t/libmkl_blacs_lp64.a --with-scalapack-lib=/opt/intel/mkl/10.0.3.020/lib/em64t/libmkl_scalapack.a --with-blacs-include=/opt/intel/mkl/10.0.3.020/include --with-scalapack-include=/opt/intel/mkl/10.0.3.020/include --download-mumps=yes
+
+It will ask you to set PETSC_ARCH and PETSC_DIR.  Then run "make all".
+To build Gale, with the PETSC_ARCH and PETSC_DIR variables set, it is
+simply
+
+  ./configure.py
+
+The mpi implementation
+
 Gale requires Petsc 2.3.2 (not 2.3.3), and TACC's lonestar has already
 compiled petsc for you.  However, there is a bug in the default
 implementation of mpi (MVAPICH 0.9.8), so you will have to use a newer



More information about the CIG-COMMITS mailing list