Changeset 26803
- Timestamp:
- 01/21/22 13:11:55 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/petsc/install-3.15-pleiades.sh
r26406 r26803 30 30 --prefix="${ISSM_DIR}/externalpackages/petsc/install" \ 31 31 --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" \ 34 35 --with-make-np=10 \ 35 --with-blas-lapack-dir="/nasa/intel/Compiler/2016.2.181/compilers_and_libraries_2016.2.181/linux/mkl/" \36 36 --known-mpi-shared-libraries=1 \ 37 37 --with-debugging=0 \ … … 44 44 --download-parmetis=1 \ 45 45 --download-mumps=1 \ 46 --download-scalapack= 146 --download-scalapack=0 47 47 48 48 # Compile and install
Note:
See TracChangeset
for help on using the changeset viewer.