source: issm/oecreview/Archive/13393-13976/ISSM-13706-13707.diff@ 15393

Last change on this file since 15393 was 13980, checked in by Mathieu Morlighem, 12 years ago

preparing oecreview for 13393-13976'

File size: 1.3 KB
RevLine 
[13980]1Index: ../trunk-jpl/configs/config-linux64-cloud.sh
2===================================================================
3--- ../trunk-jpl/configs/config-linux64-cloud.sh (revision 0)
4+++ ../trunk-jpl/configs/config-linux64-cloud.sh (revision 13707)
5@@ -0,0 +1,20 @@
6+#!/bin/sh
7+
8+#External packages versions:
9+#petsc 3.1 or 3.2
10+#mpich 1.4
11+
12+./configure \
13+ --prefix=$ISSM_DIR \
14+ --without-wrappers \
15+ --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \
16+ --with-metis-dir=$ISSM_DIR/externalpackages/petsc/src/externalpackages/metis-5.0.2-p3 \
17+ --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \
18+ --with-tao-dir=$ISSM_DIR/externalpackages/tao/install \
19+ --with-mpi-include=$ISSM_DIR/externalpackages/mpich2/install/include \
20+ --with-mpi-lib="-L$ISSM_DIR/externalpackages/mpich2/install/lib/ -lmpich -lmpl " \
21+ --with-petsc-arch=$ISSM_ARCH \
22+ --with-blacs-dir=$ISSM_DIR/externalpackages/petsc/install/ \
23+ --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \
24+ --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/ \
25+ --with-cxxoptflags=" -O2 -fpermissive"
26
27Property changes on: ../trunk-jpl/configs/config-linux64-cloud.sh
28___________________________________________________________________
29Added: svn:executable
30## -0,0 +1 ##
31+*
Note: See TracBrowser for help on using the repository browser.