Changeset 14445


Ignore:
Timestamp:
03/12/13 14:02:08 (12 years ago)
Author:
schlegel
Message:

CHG:compiles with dakota now

File:
1 edited

Legend:

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

    r13913 r14445  
    88 --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \
    99 --with-tao-dir=$ISSM_DIR/externalpackages/tao/install \
    10  --with-mpi-include=/nasa/sgi/mpt/2.06a67/include \
    11  --with-mpi-lib="-L/nasa/sgi/mpt/2.06a67/lib/ -lmpi -lpthread -lgfortran " \
     10 --with-mpi-include="/nasa/sgi/mpt/2.06rp16/include" \
     11 --with-mpi-lib="-L/nasa/sgi/mpt/2.06rp16/libmpi.so" \
     12 --with-mkl-dir="/nasa/intel/mkl/10.0.011/lib/em64t/" \
    1213 --with-petsc-arch=$ISSM_ARCH \
    1314 --with-dakota-dir=$ISSM_DIR/externalpackages/dakota/install \
    14  --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \
    1515 --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/ \
    1616 --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \
     
    1818 --with-hypre-dir=$ISSM_DIR/externalpackages/petsc/install/ \
    1919 --with-graphics-lib=/usr/lib64/libX11.so \
     20 --with-fortran-lib=/usr/lib64/gcc/x86_64-suse-linux/4.3/libgfortran.a \
    2021 --with-cxxoptflags="-O3" \
    2122 --with-vendor=intel-pleiades
     23
Note: See TracChangeset for help on using the changeset viewer.