Changeset 26803


Ignore:
Timestamp:
01/21/22 13:11:55 (3 years ago)
Author:
schlegel
Message:

CHG: update 3.15 install for toss3 modules

File:
1 edited

Legend:

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

    r26406 r26803  
    3030        --prefix="${ISSM_DIR}/externalpackages/petsc/install" \
    3131        --PETSC_DIR="${ISSM_DIR}/externalpackages/petsc/src" \
    32         --with-cc=icc --with-cxx=icpc --with-fc=ifort --with-f77=ifort\
    33         -COPTFLAGS="-g -O3 -axCORE-AVX2,AVX -xSSE4.2" -CXXOPTFLAGS="-g -O3 -axCORE-AVX2,AVX -xSSE4.2" -FOPTFLAGS="-g -O3 -axCORE-AVX2,AVX -xSSE4.2" \
     32        --with-blas-lapack-dir="/nasa/intel/Compiler/2018.3.222/compilers_and_libraries_2018.3.222/linux/mkl" \
     33        --with-scalapack-include=/nasa/intel/Compiler/2018.3.222/mkl/include \
     34        --with-scalapack-lib="/nasa/intel/Compiler/2018.3.222/mkl/lib/intel64/libmkl_scalapack_lp64.so /nasa/intel/Compiler/2018.3.222/mkl/lib/intel64/libmkl_blacs_intelmpi_lp64.so" \
    3435        --with-make-np=10 \
    35         --with-blas-lapack-dir="/nasa/intel/Compiler/2016.2.181/compilers_and_libraries_2016.2.181/linux/mkl/" \
    3636        --known-mpi-shared-libraries=1 \
    3737        --with-debugging=0 \
     
    4444        --download-parmetis=1 \
    4545        --download-mumps=1 \
    46         --download-scalapack=1
     46        --download-scalapack=0
    4747
    4848# Compile and install
Note: See TracChangeset for help on using the changeset viewer.