Changeset 9968


Ignore:
Timestamp:
09/30/11 07:46:37 (13 years ago)
Author:
utke
Message:

add the rose config option, remove spaces between -I and the directory because the rose command line parser misinterprets this.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/configs/astrid/configure.sh.ad

    r9814 r9968  
    1111 --with-petsc-arch=$ISSM_ARCH \
    1212 --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" \
     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" \
    1515 --with-blacs-dir=$ISSM_TIER/externalpackages/petsc/install/ \
    1616 --with-scalapack-dir=$ISSM_TIER/externalpackages/petsc/install/ \
     
    1919 --with-cxxoptflags="-march=opteron -O2" \
    2020 --with-fortran-lib="-L/usr/lib/gcc/x86_64-redhat-linux/4.1.1/ -lgfortran" \
     21 --with-rose-dir=$ISSM_TIER/externalpackages/rose/install/ \
    2122 --with-adic2-dir=$ISSM_TIER/externalpackages/adic/install/ \
    22 --with-numthreads=24 \
     23 --with-numthreads=24 \
    2324 --without-thermal \
    2425 --without-control \
Note: See TracChangeset for help on using the changeset viewer.