Skip to content

Commit

Permalink
CI: Update oneapi compiler paths
Browse files Browse the repository at this point in the history
  • Loading branch information
eschnett committed Dec 23, 2024
1 parent c55f50d commit 1dd6806
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scripts/actions-oneapi-real64.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

# Whenever this version string changes, the application is configured
# and rebuilt from scratch
VERSION = actions-oneapi-real64-2023-08-02
VERSION = actions-oneapi-real64-2024-12-23

CPP = cpp
CC = /opt/intel/oneapi/compiler/2024.2/bin/icx
CXX = /opt/intel/oneapi/compiler/2024.2/bin/icpx
CC = /opt/intel/oneapi/compiler/2025.0/bin/icx
CXX = /opt/intel/oneapi/compiler/2025.0/bin/icpx
FPP = cpp
FC = gfortran
F90 = gfortran
LD = /opt/intel/oneapi/compiler/2024.2/bin/icpx
LD = /opt/intel/oneapi/compiler/2025.0/bin/icpx

# -g # Debug information uses too much disk space on CI
CPPFLAGS = -DSIMD_DISABLE
Expand All @@ -22,7 +22,7 @@ CXXFLAGS = -fp-model=precise -fsycl -march=x86-64-v3 -pipe -std=c++17
FPPFLAGS = -traditional
F90FLAGS = -fcray-pointer -ffixed-line-length-none -march=x86-64-v3 -pipe

SYS_INC_DIRS = /opt/intel/oneapi/2024.2/include
SYS_INC_DIRS = /opt/intel/oneapi/2025.0/include
LIBDIRS = /usr/local/lib
LIBS = gfortran

Expand Down

0 comments on commit 1dd6806

Please sign in to comment.