Changeset 28249


Ignore:
Timestamp:
05/02/24 10:20:10 (11 months ago)
Author:
Mathieu Morlighem
Message:

CHG: using icx

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/petsc/install-3.21-andes.sh

    r28244 r28249  
    2222rm -rf petsc-${VER}
    2323
     24#CC=icx CXX=icx FC=ifx \
     25
    2426# Configure
    2527cd ${PETSC_DIR}
    2628./config/configure.py \
     29        CC=icx CXX=icpx FC=ifx \
    2730        COPTFLAGS="-g -O3" CXXOPTFLAGS="-g -O3" FOPTFLAGS="-g -O3" \
    2831        --prefix="${PREFIX}" \
     
    3437        --with-ssl=0 \
    3538        --with-pic=1 \
    36         --download-fblaslapack=1 \
     39        --with-blas-lapack-dir=$MKL_ROOT \
    3740        --download-metis=1 \
    3841        --download-mpich=1 \
Note: See TracChangeset for help on using the changeset viewer.