Skip to content

Commit

Permalink
Update install_met_env.casper to use oneAPI compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
jprestop authored Oct 30, 2024
1 parent 5e11c07 commit 5784b8a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions internal/scripts/installation/config/install_met_env.casper
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
module load ncarenv/23.10
module load intel-classic/2023.2.1
module load intel-oneapi/2023.2.1
module load cmake/3.26.3

export CC=`which icx`
export CXX=`which icpx`
export FC=`which ifx`
export F77=`which ifx`
export F90=`which ifx`
export TEST_BASE=/glade/work/dtcrt/METplus/casper/components/MET/installations/12.0.0
export COMPILER=intel-classic_2023.2.1
export COMPILER=intel-oneapi_2023.2.1
export MET_SUBDIR=${TEST_BASE}
export MET_TARBALL=v12.0.0.tar.gz
export USE_MODULES=TRUE
Expand Down

0 comments on commit 5784b8a

Please sign in to comment.