Changeset 15338


Ignore:
Timestamp:
06/26/13 16:23:41 (12 years ago)
Author:
Mathieu Morlighem
Message:

NEW: added configuration script for petsc 3.4 on pleiades

Location:
issm/trunk-jpl/configs
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/configs/config-pleiades-petsc3.3.sh ΒΆ

    r15308 r15338  
    55 --with-wrappers=no \
    66 --with-triangle-dir="$ISSM_DIR/externalpackages/triangle/install" \
    7  --with-metis-dir="$ISSM_DIR/externalpackages/petsc/src/externalpackages/metis-5.0.2-p3" \
    87 --with-petsc-dir="$ISSM_DIR/externalpackages/petsc/install" \
    98 --with-tao-dir="$ISSM_DIR/externalpackages/tao/install" \
    109 --with-mpi-include="/nasa/sgi/mpt/2.06rp16/include" \
    1110 --with-mpi-libflags="-L/nasa/sgi/mpt/2.06rp16/ -lmpi" \
    12  --with-mkl-dir="/nasa/intel/mkl/10.0.011" \
     11 --with-mkl-dir="/nasa/intel/Compiler/2013.1.117/composer_xe_2013.1.117/mkl/lib/intel64" \
    1312 --with-petsc-arch=$ISSM_ARCH \
    1413 --with-dakota-dir="$ISSM_DIR/externalpackages/dakota/install" \
    15  --with-mumps-dir="$ISSM_DIR/externalpackages/petsc/install/" \
    16  --with-scalapack-dir="$ISSM_DIR/externalpackages/petsc/install/" \
    17  --with-blacs-dir="$ISSM_DIR/externalpackages/petsc/install/" \
    18  --with-hypre-dir="$ISSM_DIR/externalpackages/petsc/install/" \
     14 --with-metis-dir="$ISSM_DIR/externalpackages/petsc/install" \
     15 --with-mumps-dir="$ISSM_DIR/externalpackages/petsc/install" \
     16 --with-scalapack-dir="$ISSM_DIR/externalpackages/petsc/install" \
     17 --with-blacs-dir="$ISSM_DIR/externalpackages/petsc/install" \
     18 --with-hypre-dir="$ISSM_DIR/externalpackages/petsc/install" \
    1919 --with-graphics-lib="/usr/lib64/libX11.so" \
    2020 --with-cxxoptflags="-O3" \
Note: See TracChangeset for help on using the changeset viewer.