Skip to content

Commit bb654d2

Browse files
author
Mazur Daniel
authored
Switch to 2021.1.0/2021.1.1 Release (#51)
1 parent 633c071 commit bb654d2

File tree

7 files changed

+101
-97
lines changed

7 files changed

+101
-97
lines changed

.appveyor.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
environment:
66
global:
7-
WINDOWS_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/18195/w_BaseKit_p_2021.4.0.3421_offline.exe
8-
WINDOWS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/18247/w_HPCKit_p_2021.4.0.3340_offline.exe
9-
LINUX_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/18236/l_BaseKit_p_2021.4.0.3422_offline.sh
10-
LINUX_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/18211/l_HPCKit_p_2021.4.0.3347_offline.sh
11-
MACOS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/18242/m_HPCKit_p_2021.4.0.3389_offline.dmg
7+
WINDOWS_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/18418/w_BaseKit_p_2022.1.0.116_offline.exe
8+
WINDOWS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/18417/w_HPCKit_p_2022.1.0.93_offline.exe
9+
LINUX_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/18445/l_BaseKit_p_2022.1.1.119_offline.sh
10+
LINUX_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/18438/l_HPCKit_p_2022.1.1.97_offline.sh
11+
MACOS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/18341/m_HPCKit_p_2022.1.0.86_offline.dmg
1212
WINDOWS_CPP_COMPONENTS: intel.oneapi.win.cpp-compiler
1313
WINDOWS_FORTRAN_COMPONENTS: intel.oneapi.win.ifort-compiler
1414
WINDOWS_DPCPP_COMPONENTS: intel.oneapi.win.dpcpp-compiler
@@ -20,7 +20,7 @@ environment:
2020
LINUX_DPCPP_COMPONENTS_WEB: intel.oneapi.lin.dpcpp-cpp-compiler
2121
MACOS_CPP_COMPONENTS: intel.oneapi.mac.cpp-compiler
2222
MACOS_FORTRAN_COMPONENTS: intel.oneapi.mac.ifort-compiler
23-
SAMPLES_TAG: 2021.4.0
23+
SAMPLES_TAG: 2022.1.0
2424

2525
matrix:
2626
- job_name: build_windows_cpp

.azure-pipelines.yml

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ trigger:
77

88
variables:
99
- name: WINDOWS_BASEKIT_URL
10-
value: https://registrationcenter-download.intel.com/akdlm/irc_nas/18195/w_BaseKit_p_2021.4.0.3421_offline.exe
10+
value: https://registrationcenter-download.intel.com/akdlm/irc_nas/18418/w_BaseKit_p_2022.1.0.116_offline.exe
1111
- name: WINDOWS_HPCKIT_URL
12-
value: https://registrationcenter-download.intel.com/akdlm/irc_nas/18247/w_HPCKit_p_2021.4.0.3340_offline.exe
12+
value: https://registrationcenter-download.intel.com/akdlm/irc_nas/18417/w_HPCKit_p_2022.1.0.93_offline.exe
1313
- name: LINUX_BASEKIT_URL
14-
value: https://registrationcenter-download.intel.com/akdlm/irc_nas/18236/l_BaseKit_p_2021.4.0.3422_offline.sh
14+
value: https://registrationcenter-download.intel.com/akdlm/irc_nas/18445/l_BaseKit_p_2022.1.1.119_offline.sh
1515
- name: LINUX_HPCKIT_URL
16-
value: https://registrationcenter-download.intel.com/akdlm/irc_nas/18211/l_HPCKit_p_2021.4.0.3347_offline.sh
16+
value: https://registrationcenter-download.intel.com/akdlm/irc_nas/18438/l_HPCKit_p_2022.1.1.97_offline.sh
1717
- name: MACOS_HPCKIT_URL
18-
value: https://registrationcenter-download.intel.com/akdlm/irc_nas/18242/m_HPCKit_p_2021.4.0.3389_offline.dmg
18+
value: https://registrationcenter-download.intel.com/akdlm/irc_nas/18341/m_HPCKit_p_2022.1.0.86_offline.dmg
1919
- name: WINDOWS_CPP_COMPONENTS
2020
value: intel.oneapi.win.cpp-compiler
2121
- name: WINDOWS_FORTRAN_COMPONENTS
@@ -39,7 +39,7 @@ variables:
3939
- name: MACOS_FORTRAN_COMPONENTS
4040
value: intel.oneapi.mac.ifort-compiler
4141
- name: SAMPLES_TAG
42-
value: 2021.4.0
42+
value: 2022.1.0
4343

4444
resources:
4545
containers:
@@ -123,23 +123,23 @@ jobs:
123123
pool:
124124
vmImage: 'windows-latest'
125125
steps:
126-
- task: Cache@2 # multiple paths per cache not supported yet. See https://github.com/microsoft/azure-pipelines-agent/pull/2834
127-
inputs:
128-
path: C:\Program Files (x86)\Intel\oneAPI\compiler
129-
key: '"install" | "$(WINDOWS_BASEKIT_URL)" | "$(WINDOWS_DPCPP_COMPONENTS)" | "compiler" | scripts/cache_exclude_windows.sh'
130-
cacheHitVar: CACHE_RESTORED
131-
- task: Cache@2
132-
condition: eq(variables.CACHE_RESTORED, 'true')
133-
inputs:
134-
path: C:\Program Files (x86)\Intel\oneAPI\tbb
135-
key: '"install" | "$(WINDOWS_BASEKIT_URL)" | "$(WINDOWS_DPCPP_COMPONENTS)" | "tbb" | scripts/cache_exclude_windows.sh'
136-
cacheHitVar: CACHE_RESTORED
137-
- task: Cache@2
138-
condition: eq(variables.CACHE_RESTORED, 'true')
139-
inputs:
140-
path: opencl # caching of individual files is not supported, caching OpenCL.dll in a folder as a workaround.
141-
key: '"install" | "$(WINDOWS_BASEKIT_URL)" | "$(WINDOWS_DPCPP_COMPONENTS)" | "opencl_folder" | scripts/cache_exclude_windows.sh'
142-
cacheHitVar: CACHE_RESTORED
126+
# - task: Cache@2 # multiple paths per cache not supported yet. See https://github.com/microsoft/azure-pipelines-agent/pull/2834
127+
# inputs:
128+
# path: C:\Program Files (x86)\Intel\oneAPI\compiler
129+
# key: '"install" | "$(WINDOWS_BASEKIT_URL)" | "$(WINDOWS_DPCPP_COMPONENTS)" | "compiler" | scripts/cache_exclude_windows.sh'
130+
# cacheHitVar: CACHE_RESTORED
131+
# - task: Cache@2
132+
# condition: eq(variables.CACHE_RESTORED, 'true')
133+
# inputs:
134+
# path: C:\Program Files (x86)\Intel\oneAPI\tbb
135+
# key: '"install" | "$(WINDOWS_BASEKIT_URL)" | "$(WINDOWS_DPCPP_COMPONENTS)" | "tbb" | scripts/cache_exclude_windows.sh'
136+
# cacheHitVar: CACHE_RESTORED
137+
# - task: Cache@2
138+
# condition: eq(variables.CACHE_RESTORED, 'true')
139+
# inputs:
140+
# path: opencl # caching of individual files is not supported, caching OpenCL.dll in a folder as a workaround.
141+
# key: '"install" | "$(WINDOWS_BASEKIT_URL)" | "$(WINDOWS_DPCPP_COMPONENTS)" | "opencl_folder" | scripts/cache_exclude_windows.sh'
142+
# cacheHitVar: CACHE_RESTORED
143143
- script: scripts/install_windows.bat $(WINDOWS_BASEKIT_URL) $(WINDOWS_DPCPP_COMPONENTS)
144144
displayName: install
145145
condition: ne(variables.CACHE_RESTORED, 'true')
@@ -148,14 +148,14 @@ jobs:
148148
condition: eq(variables.CACHE_RESTORED, 'true')
149149
- script: scripts/build_windows.bat dpc++ "" $(SAMPLES_TAG)
150150
displayName: build
151-
- bash: scripts/cache_exclude_windows.sh
152-
displayName: exclude unused files from cache
153-
condition: ne(variables.CACHE_RESTORED, 'true')
154-
- bash: |
155-
mkdir -p opencl
156-
cp C:/Windows/System32/OpenCL.dll opencl/
157-
displayName: copy OpenCL.dll to a folder for caching
158-
condition: ne(variables.CACHE_RESTORED, 'true')
151+
# - bash: scripts/cache_exclude_windows.sh
152+
# displayName: exclude unused files from cache
153+
# condition: ne(variables.CACHE_RESTORED, 'true')
154+
# - bash: |
155+
# mkdir -p opencl
156+
# cp C:/Windows/System32/OpenCL.dll opencl/
157+
# displayName: copy OpenCL.dll to a folder for caching
158+
# condition: ne(variables.CACHE_RESTORED, 'true')
159159

160160
# Delete the following if you don't want to save install logs
161161
- task: CopyFiles@2
@@ -352,7 +352,7 @@ jobs:
352352
- job: build_linux_dnf_cpp
353353
pool:
354354
vmImage: 'ubuntu-20.04'
355-
container: fedora:latest
355+
container: fedora:32
356356
steps:
357357
- script: scripts/install_prerequisites_linux_dnf.sh
358358
displayName: install prerequisites
@@ -369,7 +369,7 @@ jobs:
369369
- job: build_linux_dnf_fortran
370370
pool:
371371
vmImage: 'ubuntu-20.04'
372-
container: fedora:latest
372+
container: fedora:32
373373
steps:
374374
- script: scripts/install_prerequisites_linux_dnf.sh
375375
displayName: install prerequisites
@@ -386,7 +386,7 @@ jobs:
386386
- job: build_linux_dnf_dpcpp
387387
pool:
388388
vmImage: 'ubuntu-20.04'
389-
container: fedora:latest
389+
container: fedora:32
390390
steps:
391391
- script: scripts/install_prerequisites_linux_dnf.sh
392392
displayName: install prerequisites

.circleci/config.yml

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ version: 2.1
66
parameters:
77
WINDOWS_BASEKIT_URL:
88
type: string
9-
default: "https://registrationcenter-download.intel.com/akdlm/irc_nas/18195/w_BaseKit_p_2021.4.0.3421_offline.exe"
9+
default: "https://registrationcenter-download.intel.com/akdlm/irc_nas/18418/w_BaseKit_p_2022.1.0.116_offline.exe"
1010
WINDOWS_HPCKIT_URL:
1111
type: string
12-
default: "https://registrationcenter-download.intel.com/akdlm/irc_nas/18247/w_HPCKit_p_2021.4.0.3340_offline.exe"
12+
default: "https://registrationcenter-download.intel.com/akdlm/irc_nas/18417/w_HPCKit_p_2022.1.0.93_offline.exe"
1313
LINUX_BASEKIT_URL:
1414
type: string
15-
default: "https://registrationcenter-download.intel.com/akdlm/irc_nas/18236/l_BaseKit_p_2021.4.0.3422_offline.sh"
15+
default: "https://registrationcenter-download.intel.com/akdlm/irc_nas/18445/l_BaseKit_p_2022.1.1.119_offline.sh"
1616
LINUX_HPCKIT_URL:
1717
type: string
18-
default: "https://registrationcenter-download.intel.com/akdlm/irc_nas/18211/l_HPCKit_p_2021.4.0.3347_offline.sh"
18+
default: "https://registrationcenter-download.intel.com/akdlm/irc_nas/18438/l_HPCKit_p_2022.1.1.97_offline.sh"
1919
WINDOWS_CPP_COMPONENTS:
2020
type: string
2121
default: "intel.oneapi.win.cpp-compiler"
@@ -45,7 +45,7 @@ parameters:
4545
default: "intel.oneapi.lin.dpcpp-cpp-compiler"
4646
SAMPLES_TAG:
4747
type: string
48-
default: "2021.4.0"
48+
default: "2022.1.0"
4949

5050
orbs:
5151
win: circleci/[email protected]
@@ -125,9 +125,10 @@ jobs:
125125
shell: bash.exe
126126
steps:
127127
- checkout
128-
- restore_cache:
129-
keys:
130-
- install-<< pipeline.parameters.WINDOWS_BASEKIT_URL >>-<< pipeline.parameters.WINDOWS_DPCPP_COMPONENTS >>-compiler-tbb-opencl-{{ checksum "scripts/cache_exclude_windows.sh" }}
128+
# Temporary turned off due to caching error
129+
# - restore_cache:
130+
# keys:
131+
# - install-<< pipeline.parameters.WINDOWS_BASEKIT_URL >>-<< pipeline.parameters.WINDOWS_DPCPP_COMPONENTS >>-compiler-tbb-opencl-{{ checksum "scripts/cache_exclude_windows.sh" }}
131132
- run:
132133
name: install
133134
command: |
@@ -136,15 +137,16 @@ jobs:
136137
- run:
137138
name: build
138139
command: scripts/build_windows.bat dpc++ 2017_build_tools << pipeline.parameters.SAMPLES_TAG >>
139-
- run:
140-
name: exclude unused files from cache
141-
command: scripts/cache_exclude_windows.sh
142-
- save_cache:
143-
key: install-<< pipeline.parameters.WINDOWS_BASEKIT_URL >>-<< pipeline.parameters.WINDOWS_DPCPP_COMPONENTS >>-compiler-tbb-opencl-{{ checksum "scripts/cache_exclude_windows.sh" }}
144-
paths:
145-
- C:\Program Files (x86)\Intel\oneAPI\compiler
146-
- C:\Program Files (x86)\Intel\oneAPI\tbb
147-
- C:\Windows\System32\OpenCL.dll
140+
# Temporary turned off due to caching error
141+
# - run:
142+
# name: exclude unused files from cache
143+
# command: scripts/cache_exclude_windows.sh
144+
# - save_cache:
145+
# key: install-<< pipeline.parameters.WINDOWS_BASEKIT_URL >>-<< pipeline.parameters.WINDOWS_DPCPP_COMPONENTS >>-compiler-tbb-opencl-{{ checksum "scripts/cache_exclude_windows.sh" }}
146+
# paths:
147+
# - C:\Program Files (x86)\Intel\oneAPI\compiler
148+
# - C:\Program Files (x86)\Intel\oneAPI\tbb
149+
# - C:\Windows\System32\OpenCL.dll
148150

149151
# Delete the following if you don't want to save install logs
150152
- run:

.github/workflows/build_all.yml

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ name: build_all
77
on: push
88

99
env:
10-
WINDOWS_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/18195/w_BaseKit_p_2021.4.0.3421_offline.exe
11-
WINDOWS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/18247/w_HPCKit_p_2021.4.0.3340_offline.exe
12-
LINUX_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/18236/l_BaseKit_p_2021.4.0.3422_offline.sh
13-
LINUX_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/18211/l_HPCKit_p_2021.4.0.3347_offline.sh
14-
MACOS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/18242/m_HPCKit_p_2021.4.0.3389_offline.dmg
10+
WINDOWS_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/18418/w_BaseKit_p_2022.1.0.116_offline.exe
11+
WINDOWS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/18417/w_HPCKit_p_2022.1.0.93_offline.exe
12+
LINUX_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/18445/l_BaseKit_p_2022.1.1.119_offline.sh
13+
LINUX_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/18438/l_HPCKit_p_2022.1.1.97_offline.sh
14+
MACOS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/18341/m_HPCKit_p_2022.1.0.86_offline.dmg
1515
WINDOWS_CPP_COMPONENTS: intel.oneapi.win.cpp-compiler
1616
WINDOWS_FORTRAN_COMPONENTS: intel.oneapi.win.ifort-compiler
1717
WINDOWS_DPCPP_COMPONENTS: intel.oneapi.win.dpcpp-compiler
@@ -23,7 +23,7 @@ env:
2323
LINUX_DPCPP_COMPONENTS_WEB: intel.oneapi.lin.dpcpp-cpp-compiler
2424
MACOS_CPP_COMPONENTS: intel.oneapi.mac.cpp-compiler
2525
MACOS_FORTRAN_COMPONENTS: intel.oneapi.mac.ifort-compiler
26-
SAMPLES_TAG: 2021.4.0
26+
SAMPLES_TAG: 2022.1.0
2727

2828
jobs:
2929
build_windows_cpp:
@@ -103,24 +103,26 @@ jobs:
103103
shell: bash
104104
steps:
105105
- uses: actions/checkout@v2
106-
- name: cache install
107-
id: cache-install
108-
uses: actions/cache@v2
109-
with:
110-
path: |
111-
C:\Program Files (x86)\Intel\oneAPI\compiler
112-
C:\Program Files (x86)\Intel\oneAPI\tbb
113-
C:\Windows\System32\OpenCL.dll
114-
key: install-${{ env.WINDOWS_BASEKIT_URL }}-${{ env.WINDOWS_DPCPP_COMPONENTS }}-compiler-tbb-opencl-${{ hashFiles('**/scripts/cache_exclude_windows.sh') }}
106+
# Temporary turned off due to caching error
107+
# - name: cache install
108+
# id: cache-install
109+
# uses: actions/cache@v2
110+
# with:
111+
# path: |
112+
# C:\Program Files (x86)\Intel\oneAPI\compiler
113+
# C:\Program Files (x86)\Intel\oneAPI\tbb
114+
# C:\Windows\System32\OpenCL.dll
115+
# key: install-${{ env.WINDOWS_BASEKIT_URL }}-${{ env.WINDOWS_DPCPP_COMPONENTS }}-compiler-tbb-opencl-${{ hashFiles('**/scripts/cache_exclude_windows.sh') }}
115116
- name: install
116-
if: steps.cache-install.outputs.cache-hit != 'true'
117+
# if: steps.cache-install.outputs.cache-hit != 'true'
117118
run: scripts/install_windows.bat $WINDOWS_BASEKIT_URL $WINDOWS_DPCPP_COMPONENTS
118119
- name: build
119120
run: scripts/build_windows.bat dpc++ "" $SAMPLES_TAG
120-
- name: exclude unused files from cache
121-
if: steps.cache-install.outputs.cache-hit != 'true'
122-
shell: bash
123-
run: scripts/cache_exclude_windows.sh
121+
# Temporary turned off due to caching error
122+
# - name: exclude unused files from cache
123+
# if: steps.cache-install.outputs.cache-hit != 'true'
124+
# shell: bash
125+
# run: scripts/cache_exclude_windows.sh
124126

125127
# Delete the following if you don't want to save install logs
126128
- name: Saving install logs

.github/workflows/list_components.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ on:
1111
- cron: '0 0 * * *'
1212

1313
env:
14-
WINDOWS_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/18195/w_BaseKit_p_2021.4.0.3421.exe
15-
WINDOWS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/18247/w_HPCKit_p_2021.4.0.3340.exe
16-
WINDOWS_IOTKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/18249/w_IoTKit_p_2021.4.0.1411.exe
17-
WINDOWS_RENDERKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/18260/w_RenderKit_p_2021.4.0.831.exe
18-
LINUX_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/18236/l_BaseKit_p_2021.4.0.3422.sh
19-
LINUX_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/18211/l_HPCKit_p_2021.4.0.3347.sh
20-
LINUX_IOTKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/18241/l_IoTKit_p_2021.4.0.2858.sh
21-
LINUX_AIKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/18235/l_AIKit_p_2021.4.0.1460.sh
22-
LINUX_DLFDKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/18238/l_DLFDKit_p_2021.4.0.2105.sh
23-
LINUX_RENDERKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/18193/l_RenderKit_p_2021.4.0.845.sh
24-
MACOS_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/18256/m_BaseKit_p_2021.4.0.3384.dmg
25-
MACOS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/18242/m_HPCKit_p_2021.4.0.3389.dmg
26-
MACOS_RENDERKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/18252/m_RenderKit_p_2021.4.0.805.dmg
14+
WINDOWS_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/18418/w_BaseKit_p_2022.1.0.116.exe
15+
WINDOWS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/18417/w_HPCKit_p_2022.1.0.93.exe
16+
WINDOWS_IOTKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/18416/w_IoTKit_p_2022.1.0.85.exe
17+
WINDOWS_RENDERKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/18398/w_RenderKit_p_2022.1.0.88.exe
18+
LINUX_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/18445/l_BaseKit_p_2022.1.1.119.sh
19+
LINUX_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/18438/l_HPCKit_p_2022.1.1.97.sh
20+
LINUX_IOTKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/18437/l_IoTKit_p_2022.1.1.84.sh
21+
LINUX_AIKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/18434/l_AIKit_p_2022.1.1.106.sh
22+
LINUX_DLFDKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/18433/l_DLFDKit_p_2022.1.1.69.sh
23+
LINUX_RENDERKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/18379/l_RenderKit_p_2022.1.0.74.sh
24+
MACOS_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/18342/m_BaseKit_p_2022.1.0.92.dmg
25+
MACOS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/18341/m_HPCKit_p_2022.1.0.86.dmg
26+
MACOS_RENDERKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/18352/m_RenderKit_p_2022.1.0.85.dmg
2727

2828
jobs:
2929
windows:

.gitlab-ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ stages:
66
- build
77

88
variables:
9-
WINDOWS_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/18195/w_BaseKit_p_2021.4.0.3421_offline.exe
10-
WINDOWS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/18247/w_HPCKit_p_2021.4.0.3340_offline.exe
11-
LINUX_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/18236/l_BaseKit_p_2021.4.0.3422_offline.sh
12-
LINUX_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/18211/l_HPCKit_p_2021.4.0.3347_offline.sh
9+
WINDOWS_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/18418/w_BaseKit_p_2022.1.0.116_offline.exe
10+
WINDOWS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/18417/w_HPCKit_p_2022.1.0.93_offline.exe
11+
LINUX_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/18445/l_BaseKit_p_2022.1.1.119_offline.sh
12+
LINUX_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/18438/l_HPCKit_p_2022.1.1.97_offline.sh
1313
WINDOWS_CPP_COMPONENTS: intel.oneapi.win.cpp-compiler
1414
WINDOWS_FORTRAN_COMPONENTS: intel.oneapi.win.ifort-compiler
1515
WINDOWS_DPCPP_COMPONENTS: intel.oneapi.win.dpcpp-compiler
@@ -19,8 +19,8 @@ variables:
1919
LINUX_CPP_COMPONENTS_WEB: intel.oneapi.lin.dpcpp-cpp-compiler-pro
2020
LINUX_FORTRAN_COMPONENTS_WEB: intel.oneapi.lin.ifort-compiler
2121
LINUX_DPCPP_COMPONENTS_WEB: intel.oneapi.lin.dpcpp-cpp-compiler
22-
LINUX_APT_DNF_CACHE_NUMBER: 3
23-
SAMPLES_TAG: 2021.4.0
22+
LINUX_APT_DNF_CACHE_NUMBER: 5
23+
SAMPLES_TAG: 2022.1.0
2424

2525
.shared_windows_runners:
2626
tags:

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// SPDX-License-Identifier: MIT
44

55
def SAMPLES_REPO = "https://github.com/oneapi-src/oneAPI-samples.git"
6-
def SAMPLES_TAG = "2021.4.0"
6+
def SAMPLES_TAG = "2022.1.0"
77

88
pipeline {
99
agent { docker { image 'intel/oneapi-hpckit' } }

0 commit comments

Comments
 (0)