Skip to content

Commit a767f32

Browse files
authored
Merge pull request #14811 from marcfehling/oneapi
gh-actions: add intel 2025.2.0 release packages.
2 parents c4ad328 + f91bc69 commit a767f32

File tree

3 files changed

+12
-25
lines changed

3 files changed

+12
-25
lines changed

.github/workflows/cmake.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: cmake
22
env:
33
# update urls for oneapi packages according to
44
# https://github.com/oneapi-src/oneapi-ci/blob/master/.github/workflows/build_all.yml
5-
WINDOWS_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/ae29263e-38b9-4d43-86c3-376d6e0668e7/intel-oneapi-base-toolkit-2025.0.1.47_offline.exe
5+
WINDOWS_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/09a8acaf-265f-4460-866c-a3375ed5b4ff/intel-oneapi-base-toolkit-2025.2.0.591_offline.exe
66
WINDOWS_BASEKIT_COMPONENTS: intel.oneapi.win.mkl.devel
7-
WINDOWS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/a37c30c3-a846-4371-a85d-603e9a9eb94c/intel-oneapi-hpc-toolkit-2025.0.1.48_offline.exe
7+
WINDOWS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/3bbdaf75-6728-492e-a18c-be654dae9ee2/intel-oneapi-hpc-toolkit-2025.2.0.576_offline.exe
88
WINDOWS_HPCKIT_COMPONENTS: intel.oneapi.win.ifort-compiler:intel.oneapi.win.mpi.devel
99

1010
on:
@@ -79,10 +79,10 @@ jobs:
7979
# if: endsWith(matrix.compiler_mpi, '_intelmpi')
8080
with:
8181
components: |
82-
ifx@2025.0.1
83-
icx@2025.0.1
84-
impi@2021.14.1
85-
mkl@2025.0.1
82+
ifx
83+
icx
84+
impi
85+
mkl
8686
8787
- name: install openmpi
8888
if: endsWith(matrix.compiler_mpi, '_openmpi') && (startsWith(matrix.container, 'rockylinux') || startsWith(matrix.container, 'fedora'))

.github/workflows/linux.yml

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -34,40 +34,27 @@ jobs:
3434
- uses: rscohn2/setup-oneapi@v0
3535
with:
3636
components: |
37-
ifx@2025.0.1
38-
impi@2021.14.1
39-
mkl@2025.0.1
37+
ifx
38+
impi
39+
mkl
4040
prune: false
4141

4242
- uses: actions/checkout@v4
4343

44-
- name: Check Current Memory Limit
45-
run: ulimit -a # Check the memory limits
46-
47-
- name: free -h command
48-
run: free -h
49-
5044
- name: build fds debug
5145
run: |
5246
source /opt/intel/oneapi/setvars.sh
5347
cd ./Build/impi_intel_linux_db
5448
./make_fds.sh
5549
./fds_impi_intel_linux_db
5650
57-
- name: free -h command
58-
run: free -h
59-
6051
- name: build fds release
61-
if: false # skip this run until ifx issue is sorted out
6252
run: |
6353
source /opt/intel/oneapi/setvars.sh
6454
cd ./Build/impi_intel_linux
6555
./make_fds.sh
6656
./fds_impi_intel_linux
6757
68-
- name: free -h command
69-
run: free -h
70-
7158
# Setup python
7259
- uses: actions/setup-python@v5
7360
with:
@@ -97,7 +84,7 @@ jobs:
9784
- uses: rscohn2/setup-oneapi@v0
9885
with:
9986
components: |
100-
mkl
87+
mkl@2025.1.0
10188
prune: false
10289

10390
- uses: actions/checkout@v4

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ permissions:
2626
env:
2727
# update urls for oneapi packages according to
2828
# https://github.com/oneapi-src/oneapi-ci/blob/master/.github/workflows/build_all.yml
29-
WINDOWS_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/ae29263e-38b9-4d43-86c3-376d6e0668e7/intel-oneapi-base-toolkit-2025.0.1.47_offline.exe
29+
WINDOWS_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/09a8acaf-265f-4460-866c-a3375ed5b4ff/intel-oneapi-base-toolkit-2025.2.0.591_offline.exe
3030
WINDOWS_BASEKIT_COMPONENTS: intel.oneapi.win.mkl.devel
31-
WINDOWS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/a37c30c3-a846-4371-a85d-603e9a9eb94c/intel-oneapi-hpc-toolkit-2025.0.1.48_offline.exe
31+
WINDOWS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/3bbdaf75-6728-492e-a18c-be654dae9ee2/intel-oneapi-hpc-toolkit-2025.2.0.576_offline.exe
3232
WINDOWS_HPCKIT_COMPONENTS: intel.oneapi.win.ifort-compiler:intel.oneapi.win.mpi.devel
3333

3434

0 commit comments

Comments
 (0)