Skip to content

Commit

Permalink
Per #3047, adding paths back in for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jprestop authored Jan 14, 2025
1 parent 791532b commit 2139673
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions internal/scripts/environment/development.seneca_intel_oneapi
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ MET_PROJ_DIR=/d1/projects/MET
source /nrit/ral/intel/setvars.sh

# Set the values for the compilers
export FC=ifx
export F77=ifx
export F90=ifx
export CC=icx
export CXX=icpx
export FC=/nrit/ral/intel-oneAPI/compiler/2023.2.0/linux/bin/ifx
export F77=/nrit/ral/intel-oneAPI/compiler/2023.2.0/linux/bin/ifx
export F90=/nrit/ral/intel-oneAPI/compiler/2023.2.0/linux/bin/ifx
export CC=/nrit/ral/intel-oneAPI/compiler/2023.2.0/linux/bin/icx
export CXX=/nrit/ral/intel-oneAPI/compiler/2023.2.0/linux/bin/icpx

# Variables required to build MET
export MET_DEVELOPMENT=true
Expand Down

0 comments on commit 2139673

Please sign in to comment.