Changeset 13778


Ignore:
Timestamp:
10/22/12 07:04:08 (12 years ago)
Author:
Eric.Larour
Message:

CHG: plapack and scalapack not needed anymore

File:
1 edited

Legend:

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

    r13777 r13778  
    1616        --with-python-version=2.7\
    1717        --with-tao-dir=$ISSM_DIR/externalpackages/tao/install \
    18         --with-plapack-lib="-L$ISSM_DIR/externalpackages/petsc/install/ -lPLAPACK" \
    19         --with-plapack-include="-I$ISSM_DIR/externalpackages/petsc/install/externalpackages/PLAPACKR32-hg/INCLUDE" \
    2018        --with-petsc-arch=$ISSM_ARCH \
     19        --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/ \
     20        --with-dakota-dir=$ISSM_DIR/externalpackages/dakota/install \
    2121        --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \
    2222        --with-blacs-dir=$ISSM_DIR/externalpackages/petsc/install/ \
    23         --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \
    2423        --with-chaco-dir="$ISSM_DIR/externalpackages/chaco/install" \
     24        --with-scotch-dir="$ISSM_DIR/externalpackages/scotch/install" \
    2525        --with-graphics-lib=/usr/lib64/libX11.so \
    2626        --with-cxxoptflags="-mtune=barcelona -ffast-math -O3 -msse4.2 -Wno-write-strings "\
    2727        --with-numthreads=18 \
    28         --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/ \
    29         --with-dakota-dir=$ISSM_DIR/externalpackages/dakota/install \
    30         --enable-debugging \
    31         --with-scotch-dir="$ISSM_DIR/externalpackages/scotch/install"
     28        --enable-debugging
Note: See TracChangeset for help on using the changeset viewer.