Skip to content

Commit

Permalink
Update to reflect usage of oneAPI compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
jprestop authored Nov 20, 2024
1 parent c691e02 commit 850e66c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions internal/scripts/installation/config/install_met_env.hera
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ module load gnu/9.2.0
module load intel/2022.1.2
module load cmake/3.28.1

export FC=ifort
export F77=ifort
export F90=ifort
export CC=icc
export CXX=icpc
export FC=ifx
export F77=ifx
export F90=ifx
export CC=icx
export CXX=icpx
export PATH=/scratch1/BMC/dtc/miniconda/miniconda3/envs/metplus_v5.1_py3.10/bin:${PATH}
export TEST_BASE=/contrib/met/12.0.0
export COMPILER=intel_2022.1.2
Expand Down

0 comments on commit 850e66c

Please sign in to comment.