Changeset 19403


Ignore:
Timestamp:
06/12/15 16:35:29 (10 years ago)
Author:
Mathieu Morlighem
Message:

CHG: fixed installation with new mpi

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/petsc/install-3.6-pleiades.sh

    r19402 r19403  
    1919        --prefix="$ISSM_DIR/externalpackages/petsc/install" \
    2020        --PETSC_DIR="$ISSM_DIR/externalpackages/petsc/src" \
     21        --with-cc=icc --with-cxx=icpc --with-fc=ifort --with-f77=ifort \
    2122        --with-blas-lapack-dir="/nasa/intel/Compiler/2015.0.090/composer_xe_2015.0.090/mkl/" \
    22         --with-mpi-lib="/nasa/sgi/mpt/2.12r16/lib/libmpi.so" \
     23        --with-mpi-lib="/nasa/sgi/mpt/2.12r16/lib/" \
    2324        --with-mpi-include="/nasa/sgi/mpt/2.12r16/include" \
    2425        --known-mpi-shared-libraries=1 \
     
    3233        --download-parmetis=1 \
    3334        --download-mumps=1 \
    34         --download-scalapack=1 \
    35         --download-fblaslapack=1
     35        --download-scalapack=1
    3636
    3737#prepare script to reconfigure petsc
Note: See TracChangeset for help on using the changeset viewer.