Skip to content

Commit

Permalink
Updating file 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 850e66c commit 46784f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions internal/scripts/installation/config/install_met_env.jet
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
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 TEST_BASE=/contrib/met/12.0.0
export COMPILER=intel_2022.1.2
export MET_SUBDIR=${TEST_BASE}
Expand Down

0 comments on commit 46784f1

Please sign in to comment.