Changeset 18977


Ignore:
Timestamp:
01/05/15 15:04:54 (10 years ago)
Author:
Mathieu Morlighem
Message:

CHG: switching to new compiler and new mpi

Location:
issm/trunk-jpl/externalpackages/petsc
Files:
2 deleted
1 edited

Legend:

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

    r18631 r18977  
    1919        --prefix="$ISSM_DIR/externalpackages/petsc/install" \
    2020        --PETSC_DIR="$ISSM_DIR/externalpackages/petsc/src" \
    21         --with-blas-lapack-dir="/nasa/intel/mkl/10.0.011/" \
    22         --with-mpi-lib="/nasa/sgi/mpt/2.06rp16/lib/libmpi.so" \
    23         --with-mpi-include="/nasa/sgi/mpt/2.06rp16/include" \
     21        --with-blas-lapack-dir="/nasa/intel/Compiler/2015.0.090/composer_xe_2015.0.090/mkl/" \
     22        --with-mpi-lib="/nasa/sgi/mpt/2.11r13/lib/libmpi.so" \
     23        --with-mpi-include="/nasa/sgi/mpt/2.11r13/include" \
    2424        --known-mpi-shared-libraries=1 \
    2525        --with-debugging=0 \
     
    3333        --download-mumps=1 \
    3434        --download-scalapack=1 \
    35         --download-fblaslapack=1 \
    36         --COPTFLAGS="-lmpi -O3" \
    37         --FOPTFLAGS="-lmpi -O3" \
    38         --CXXOPTFLAGS="-lmpi -O3"
     35        --download-fblaslapack=1
    3936
    4037#prepare script to reconfigure petsc
     
    4744
    4845. /usr/share/modules/init/bash
    49 module load comp-intel/11.1.046
    50 module load math/intel_mkl_64_10.0.011
    51 module load mpi-sgi/mpt.2.06rp16
     46module load comp-intel/2015.0.090
     47module load mpi-sgi/mpt.2.11r13
    5248
    5349export PATH="$PATH:."
Note: See TracChangeset for help on using the changeset viewer.