Skip to content

Commit

Permalink
Per #3047, removing paths to compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
jprestop authored Jan 13, 2025
1 parent 62f973d commit 7f4ebc0
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ export COMPILER=intel-oneapi_2023.0.0
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
export FC=ifx
export F77=ifx
export F90=ifx
export CC=icx
export CXX=icpx

# Required
# Root directory for creating/untaring met source code - usually same as TEST_BASE
Expand Down

0 comments on commit 7f4ebc0

Please sign in to comment.