source: issm/oecreview/Archive/18296-19100/ISSM-18422-18423.diff

Last change on this file was 19102, checked in by Mathieu Morlighem, 10 years ago

NEW: added 18296-19100

File size: 1.4 KB
  • ../trunk-jpl/externalpackages/petsc/install-3.5-macosx64-static.sh

     
    2727        --download-metis=1 \
    2828        --download-parmetis=1 \
    2929        --download-mumps=1 \
     30        --download-fblaslapack=1 \
    3031        --download-scalapack=1
    3132
    32 #--download-fblaslapack=1 \
    3333
    3434#Compile and intall
    3535make
  • ../trunk-jpl/packagers/macosx/install.sh

     
    108108        --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install  \
    109109        --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install \
    110110        --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install \
     111        --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \
    111112        --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include  \
    112113        --with-mpi-libflags=" -L$ISSM_DIR/externalpackages/mpich/install/lib -lmpich -lpmpich" \
    113114        --with-fortran-lib="/usr/local/lib/libgfortran.a" \
    114115        --enable-debugging \
    115116        --with-numthreads=4
    116117
    117 #--with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \
    118118
    119119if [ $? -ne 0 ]; then echo "FAILED TO CONFIGURE!" && exit 1; fi
    120120
Note: See TracBrowser for help on using the repository browser.