source: issm/oecreview/Archive/14312-15392/ISSM-14522-14523.diff

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

NEW: adding Archive/14312-15392 for oecreview

File size: 1.8 KB
RevLine 
[15393]1Index: ../trunk-jpl/configs/config-macosx64-basile.sh
2===================================================================
3--- ../trunk-jpl/configs/config-macosx64-basile.sh (revision 0)
4+++ ../trunk-jpl/configs/config-macosx64-basile.sh (revision 14523)
5@@ -0,0 +1,24 @@
6+#!/bin/sh
7+
8+#petsc 3.3
9+#mpich 1.5
10+
11+./configure \
12+ --prefix=$ISSM_DIR \
13+ --with-matlab-dir="$ISSM_DIR/externalpackages/matlab/install" \
14+ --with-triangle-dir="$ISSM_DIR/externalpackages/triangle/install" \
15+ --with-metis-dir="$ISSM_DIR/externalpackages/petsc/src/externalpackages/metis-5.0.2-p3" \
16+ --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \
17+ --with-mpi-include="$ISSM_DIR/externalpackages/mpich2/install/include" \
18+ --with-mpi-lib="$ISSM_DIR/externalpackages/mpich2/install/lib/libpmpich.a $ISSM_DIR/externalpackages/mpich2/install/lib/libmpich.a $ISSM_DIR/externalpackages/mpich2/install/lib/libmpl.a " \
19+ --with-petsc-arch=$ISSM_ARCH \
20+ --with-dakota-dir=$ISSM_DIR/externalpackages/dakota/install \
21+ --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \
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-fortran-lib="/usr/local/gfortran/lib/gcc/x86_64-apple-darwin10/4.6.2/libgfortran.a" \
26+ --with-math-lib="/usr/lib/libm.dylib" \
27+ --with-graphics-lib="/usr/X11/lib/libX11.dylib" \
28+ --with-cxxoptflags=" -fno-common -no-cpp-precomp -fexceptions -arch x86_64 -mmacosx-version-min=10.5 -O3 -DNDEBUG -w "\
29+ --with-numthreads=4
30
31Property changes on: ../trunk-jpl/configs/config-macosx64-basile.sh
32___________________________________________________________________
33Added: svn:executable
34## -0,0 +1 ##
35+*
36\ No newline at end of property
Note: See TracBrowser for help on using the repository browser.