Index: ../trunk-jpl/configs/config-linux64-cloud.sh
===================================================================
--- ../trunk-jpl/configs/config-linux64-cloud.sh	(revision 0)
+++ ../trunk-jpl/configs/config-linux64-cloud.sh	(revision 13707)
@@ -0,0 +1,20 @@
+#!/bin/sh
+
+#External packages versions:
+#petsc 3.1 or 3.2
+#mpich 1.4
+
+./configure \
+ --prefix=$ISSM_DIR \
+ --without-wrappers \
+ --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \
+ --with-metis-dir=$ISSM_DIR/externalpackages/petsc/src/externalpackages/metis-5.0.2-p3 \
+ --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \
+ --with-tao-dir=$ISSM_DIR/externalpackages/tao/install \
+ --with-mpi-include=$ISSM_DIR/externalpackages/mpich2/install/include  \
+ --with-mpi-lib="-L$ISSM_DIR/externalpackages/mpich2/install/lib/ -lmpich -lmpl " \
+ --with-petsc-arch=$ISSM_ARCH \
+ --with-blacs-dir=$ISSM_DIR/externalpackages/petsc/install/ \
+ --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \
+ --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/ \
+ --with-cxxoptflags=" -O2 -fpermissive" 

Property changes on: ../trunk-jpl/configs/config-linux64-cloud.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
