Changeset 13654


Ignore:
Timestamp:
10/13/12 14:16:17 (12 years ago)
Author:
Eric.Larour
Message:

CHG: new config files switching from modules to wrappers options

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

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/configs/config-arm-linux.sh

    r13649 r13654  
    77    --enable-shared \
    88    --without-fortran \
    9         --without-modules \
     9        --without-wrappers \
    1010        --without-kriging \
    1111        --with-gsl-dir=$ISSM_DIR/externalpackages/gsl/install \
  • issm/trunk-jpl/configs/config-greenplanet.sh

    r12843 r13654  
    66./configure \
    77 --prefix=$ISSM_DIR \
    8  --with-modules=no \
     8 --with-wrappers=no \
    99 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \
    1010 --with-metis-dir=$ISSM_DIR/externalpackages/metis/install \
  • issm/trunk-jpl/configs/config-linux64-ad.sh

    r13256 r13654  
    33./configure \
    44        --prefix=$ISSM_DIR \
    5         --without-modules\
     5        --without-wrappers\
    66        --with-gsl-dir=$ISSM_DIR/externalpackages/gsl/install\
    77        --without-thermal \
  • issm/trunk-jpl/configs/config-macosx64-ad.sh

    r12317 r13654  
    33./configure \
    44        --prefix=$ISSM_DIR \
    5         --without-modules\
     5        --without-wrappers\
    66        --with-gsl-dir=$ISSM_DIR/externalpackages/gsl/install\
    77        --without-thermal \
  • issm/trunk-jpl/configs/config-macosx64-gsl.sh

    r12317 r13654  
    33./configure \
    44        --prefix=$ISSM_DIR \
    5         --without-modules\
     5        --without-wrappers\
    66        --with-gsl-dir=$ISSM_DIR/externalpackages/gsl/install
    77        #--with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install
  • issm/trunk-jpl/configs/config-macosx64-larour.sh

    r12838 r13654  
    1919        --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install  \
    2020        --with-petsc-arch=$ISSM_ARCH \
     21        --with-cxxoptflags="-L/usr/lib -lbundle1.o"\
    2122        --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \
    22         --with-plapack-lib="-L$ISSM_DIR/externalpackages/petsc/install/ -lPLAPACK" \
    23         --with-plapack-include="-I$ISSM_DIR/externalpackages/petsc/install/include/ " \
    2423        --with-blacs-dir=$ISSM_DIR/externalpackages/petsc/install/ \
    2524        --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \
  • issm/trunk-jpl/configs/config-pleiades-petsc2.sh

    r12157 r13654  
    33./configure \
    44 --prefix=$ISSM_DIR \
    5  --with-modules=no \
     5 --with-wrappers=no \
    66 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \
    77 --with-metis-dir=$ISSM_DIR/externalpackages/metis/install \
  • issm/trunk-jpl/configs/config-pleiades-petscdev.sh

    r12608 r13654  
    33./configure \
    44 --prefix=$ISSM_DIR \
    5  --with-modules=no \
     5 --with-wrappers=no \
    66 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \
    77 --with-metis-dir=$ISSM_DIR/externalpackages/petsc/src/externalpackages/metis-5.0.2-p3 \
  • issm/trunk-jpl/configs/config-pleiades.sh

    r12157 r13654  
    33./configure \
    44 --prefix=$ISSM_DIR \
    5  --with-modules=no \
     5 --with-wrappers=no \
    66 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \
    77 --with-metis-dir=$ISSM_DIR/externalpackages/metis/install \
Note: See TracChangeset for help on using the changeset viewer.