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

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

murdo configure.sh modifications to include ml and hypre

  • 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 --with-ml-dir=$ISSM_TIER/externalpackages/petsc/install/ \
24 --with-hypre-dir=$ISSM_TIER/externalpackages/petsc/install/ \
25 --enable-debugging
26
27 #--with-dakota-dir=$ISSM_TIER/externalpackages/dakota/install \
28
Note: See TracBrowser for help on using the repository browser.