Skip to content

Commit

Permalink
Per #3047, updated development file to use appropriate compiler settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Julie Prestopnik committed Jan 13, 2025
1 parent 08e3d5c commit ac9c266
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions internal/scripts/environment/development.seneca_intel_oneapi
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@
# Top-level MET project directory
MET_PROJ_DIR=/d1/projects/MET

# Source the setvars.sh file for updates to the $PATH and $LD_LIBRARY_PATH
source /nrit/ral/intel/setvars.sh

# Set the values for the compilers
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
export MET_DST=/d1/projects/MET/intel/external_libs/
Expand Down

0 comments on commit ac9c266

Please sign in to comment.