Changeset 13488


Ignore:
Timestamp:
09/28/12 21:47:23 (12 years ago)
Author:
Eric.Larour
Message:

CHG: updates to murdo configurations

Location:
issm/trunk-jpl/configs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/configs/config-linux64-murdo-ad.sh

    r12157 r13488  
    22
    33./configure \
    4  --prefix=$ISSM_DIR \
    5  --with-serial=no\
    6  --with-metis-dir=$ISSM_DIR/externalpackages/metis/install \
    7  --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \
    8  --with-mpi-include=$ISSM_DIR/externalpackages/mpich2/install/include  \
    9  --with-mpi-lib="-L$ISSM_DIR/externalpackages/mpich2/install/lib/ -lmpich" \
    10  --with-petsc-arch=$ISSM_ARCH \
    11  --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \
    12  --with-plapack-lib="-L$ISSM_DIR/externalpackages/petsc/install/ -lPLAPACK" \
    13  --with-plapack-include="-I$ISSM_DIR/externalpackages/petsc/install/externalpackages/PLAPACKR32-hg/INCLUDE" \
    14  --with-blacs-dir=$ISSM_DIR/externalpackages/petsc/install/ \
    15  --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \
    16  --with-hypre-dir=$ISSM_DIR/externalpackages/petsc/install/ \
    17  --with-ml-dir=$ISSM_DIR/externalpackages/petsc/install/ \
    18  --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/ \
    19  --with-graphics-lib=/usr/lib64/libX11.so \
    20  --with-cxxoptflags="-mtune=barcelona -ffast-math -O3 -msse4.2 -Wno-write-strings "\
    21  --with-fortran-lib="-L/usr/lib/gcc/x86_64-redhat-linux/3.4.6/ -lg2c  /usr/lib/gcc/x86_64-redhat-linux/4.1.1/libgfortran.a" \
    22  --with-adic2-dir=$ISSM_DIR/externalpackages/adic/install/ \
    23 --with-numthreads=24 \
    24  --without-thermal \
    25  --without-control \
    26  --without-hydrology \
    27  --without-diagnostic \
    28  --without-balanced \
    29  --without-responses \
    30  --without-slope \
    31  --without-rifts \
    32  --without-steadystate \
    33  --without-transient \
    34  --without-3d \
    35  --without-groundingline
    36  
    37 #--without-prognostic \
     4         --prefix=$ISSM_DIR \
     5         --without-kriging \
     6         --without-kml \
     7        --with-gsl-dir=$ISSM_DIR/externalpackages/gsl/install \
     8        --with-adolc-dir=$ISSM_DIR/externalpackages/adolc/install \
     9        --with-matlab-dir=$MATLAB_DIR \
     10        --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install
  • issm/trunk-jpl/configs/config-linux64-murdo.sh

    r12157 r13488  
    11#!/bin/sh
    22
     3#petsc 3.2
     4#mpich 1.4
     5
    36./configure \
    4  --prefix=$ISSM_DIR \
    5  --with-matlab-dir=$MATLAB_DIR \
    6  --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \
    7  --with-metis-dir=$ISSM_DIR/externalpackages/metis/install \
    8  --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \
    9  --with-mpi-include=$ISSM_DIR/externalpackages/mpich2/install/include  \
    10  --with-mpi-lib="-L$ISSM_DIR/externalpackages/mpich2/install/lib/ -lmpich" \
    11  --with-petsc-arch=$ISSM_ARCH \
    12  --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \
    13  --with-plapack-lib="-L$ISSM_DIR/externalpackages/petsc/install/ -lPLAPACK" \
    14  --with-plapack-include="-I$ISSM_DIR/externalpackages/petsc/install/externalpackages/PLAPACKR32-hg/INCLUDE" \
    15  --with-blacs-dir=$ISSM_DIR/externalpackages/petsc/install/ \
    16  --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \
    17  --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/ \
    18  --with-scotch-dir="$ISSM_DIR/externalpackages/scotch/install" \
    19  --with-chaco-dir="$ISSM_DIR/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-dakota-dir=$ISSM_DIR/externalpackages/dakota/install \
    24  --enable-debugging
    25  
    26  
     7        --prefix=$ISSM_DIR \
     8        --with-matlab-dir=$MATLAB_DIR \
     9        --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \
     10        --with-metis-dir=$ISSM_DIR/externalpackages/metis/install \
     11        --with-mpi-include=$ISSM_DIR/externalpackages/mpich2/install/include  \
     12        --with-mpi-lib="-L$ISSM_DIR/externalpackages/mpich2/install/lib/ -lmpich" \
     13        --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \
     14        --with-plapack-lib="-L$ISSM_DIR/externalpackages/petsc/install/ -lPLAPACK" \
     15        --with-plapack-include="-I$ISSM_DIR/externalpackages/petsc/install/externalpackages/PLAPACKR32-hg/INCLUDE" \
     16        --with-petsc-arch=$ISSM_ARCH \
     17        --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \
     18        --with-blacs-dir=$ISSM_DIR/externalpackages/petsc/install/ \
     19        --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \
     20        --with-chaco-dir="$ISSM_DIR/externalpackages/chaco/install" \
     21        --with-graphics-lib=/usr/lib64/libX11.so \
     22        --with-cxxoptflags="-mtune=barcelona -ffast-math -O3 -msse4.2 -Wno-write-strings "\
     23        --with-numthreads=18 \
     24        --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/ \
     25        --with-dakota-dir=$ISSM_DIR/externalpackages/dakota/install \
     26        --enable-debugging \
     27        --with-scotch-dir="$ISSM_DIR/externalpackages/scotch/install"
Note: See TracChangeset for help on using the changeset viewer.