source: issm/trunk-jpl/configs/murdo/configure.sh@ 10937

Last change on this file since 10937 was 10857, checked in by Eric.Larour, 13 years ago

Not needed anymore.

  • Property svn:executable set to *
File size: 1.4 KB
Line 
1#!/bin/sh
2
3./configure \
4 --prefix=$ISSM_TIER \
5 --with-matlab-dir=$MATLAB_DIR \
6 --with-triangle-dir=$ISSM_TIER/externalpackages/triangle/install \
7 --with-metis-dir=$ISSM_TIER/externalpackages/metis/install \
8 --with-petsc-dir=$ISSM_TIER/externalpackages/petsc/install \
9 --with-mpi-include=$ISSM_TIER/externalpackages/mpich2/install/include \
10 --with-mpi-lib="-L$ISSM_TIER/externalpackages/mpich2/install/lib/ -lmpich" \
11 --with-petsc-arch=$ISSM_ARCH \
12 --with-blas-lapack-dir=$ISSM_TIER/externalpackages/petsc/install \
13 --with-plapack-lib="-L $ISSM_TIER/externalpackages/petsc/install/ -lPLAPACK" \
14 --with-plapack-include="-I $ISSM_TIER/externalpackages/petsc/install/externalpackages/PLAPACKR32-hg/INCLUDE" \
15 --with-blacs-dir=$ISSM_TIER/externalpackages/petsc/install/ \
16 --with-scalapack-dir=$ISSM_TIER/externalpackages/petsc/install/ \
17 --with-mumps-dir=$ISSM_TIER/externalpackages/petsc/install/ \
18 --with-scotch-dir="$ISSM_TIER/externalpackages/scotch/install" \
19 --with-chaco-dir="$ISSM_TIER/externalpackages/chaco/install" \
20 --with-graphics-lib=/usr/lib64/libX11.so \
21 --with-cxxoptflags="-mtune=barcelona -ffast-math -O3 -msse4.2 -Wno-write-strings "\
22 --with-numthreads=18 \
23 --enable-debugging
24
25 #--with-dakota-dir=$ISSM_TIER/externalpackages/dakota/install \
26 #--with-ml-dir=$ISSM_TIER/externalpackages/petsc/install/ \
27 #--with-hypre-dir=$ISSM_TIER/externalpackages/petsc/install/ \
Note: See TracBrowser for help on using the repository browser.