Changeset 28249
- Timestamp:
- 05/02/24 10:20:10 (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/petsc/install-3.21-andes.sh
r28244 r28249 22 22 rm -rf petsc-${VER} 23 23 24 #CC=icx CXX=icx FC=ifx \ 25 24 26 # Configure 25 27 cd ${PETSC_DIR} 26 28 ./config/configure.py \ 29 CC=icx CXX=icpx FC=ifx \ 27 30 COPTFLAGS="-g -O3" CXXOPTFLAGS="-g -O3" FOPTFLAGS="-g -O3" \ 28 31 --prefix="${PREFIX}" \ … … 34 37 --with-ssl=0 \ 35 38 --with-pic=1 \ 36 -- download-fblaslapack=1\39 --with-blas-lapack-dir=$MKL_ROOT \ 37 40 --download-metis=1 \ 38 41 --download-mpich=1 \
Note:
See TracChangeset
for help on using the changeset viewer.