Skip to content

Commit 990c01d

Browse files
add intel config fixes and bump oneapi to 2025.3
1 parent 23be120 commit 990c01d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build_all_application_deps.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
}
3232
- {
3333
compiler: "oneapi",
34-
compiler-version: "2025.2",
34+
compiler-version: "2025.3.1",
3535
os: "ubuntu-24.04",
3636
mpi: "intel-oneapi-mpi",
3737
mpi-version: "2021.14",
@@ -125,6 +125,8 @@ jobs:
125125
compilerstoallow="'%${COMPILER}'"
126126
if [[ " oneapi classic " =~ " ${{ matrix.config.compiler }} " ]]; then
127127
compilerstoallow="${compilerstoallow},'%gcc@${gccver}'"
128+
# Fix libimf.so not found issue AND 2025.3.x mismatch issue
129+
spack fix-intel-config --consolidate
128130
fi
129131
allowedcompilerspecs=$(echo $compilerstoallow | sed "s:%::g;s:,: :;s:'::g")
130132

0 commit comments

Comments
 (0)