Ignore:
Timestamp:
09/12/12 18:44:38 (13 years ago)
Author:
habbalf
Message:

CHG: Removed Spooles (no longer supported), and prometheus (to be dropped by petsc) and associated libs (i.e. Pastix, Scotch)

File:
1 edited

Legend:

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

    r12569 r13348  
    11#!/bin/sh
    22
    3 #External packages versions:
    4 #petsc Dev: FH trying out
    53#mpich 1.4
    64
     
    1715 --with-dakota-dir=$ISSM_DIR/externalpackages/dakota/install \
    1816 --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \
    19  --with-plapack-lib="-L$ISSM_DIR/externalpackages/petsc/install/ -lPLAPACK" \
    20  --with-plapack-include="-I$ISSM_DIR/externalpackages/petsc/install/externalpackages/PLAPACKR32-hg/INCLUDE" \
    2117 --with-blacs-dir=$ISSM_DIR/externalpackages/petsc/install/ \
    2218 --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \
     
    2420 --with-spai-dir=$ISSM_DIR/externalpackages/petsc/install/ \
    2521 --with-hypre-dir=$ISSM_DIR/externalpackages/petsc/install/ \
    26  --with-prometheus-dir=$ISSM_DIR/externalpackages/petsc/install/ \
    2722 --with-superlu-dir=$ISSM_DIR/externalpackages/petsc/install/ \
    28  --with-spooles-dir=$ISSM_DIR/externalpackages/petsc/install/ \
    29  --with-pastix-dir=$ISSM_DIR/externalpackages/petsc/install/ \
    30  --with-scotch-dir="$ISSM_DIR/externalpackages/scotch/install" \
    3123 --with-chaco-dir="$ISSM_DIR/externalpackages/chaco/install" \
    3224 --with-shapelib-dir="$ISSM_DIR/externalpackages/shapelib/install" \
    3325 --with-fortran-lib="-L/usr/lib/gcc/x86_64-redhat-linux/4.1.1/ -lgfortran" \
    3426 --with-graphics-lib=/usr/lib64/libX11.so \
    35  --with-cxxoptflags="-march=opteron -O2" \
     27 --with-cxxoptflags="-march=opteron -O3" \
    3628 --with-numthreads=32 \
    3729 --enable-debugging
Note: See TracChangeset for help on using the changeset viewer.