@@ -7,15 +7,15 @@ trigger:
7
7
8
8
variables :
9
9
- 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
11
11
- 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
13
13
- 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
15
15
- 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
17
17
- 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
19
19
- name : WINDOWS_CPP_COMPONENTS
20
20
value : intel.oneapi.win.cpp-compiler
21
21
- name : WINDOWS_FORTRAN_COMPONENTS
@@ -39,7 +39,7 @@ variables:
39
39
- name : MACOS_FORTRAN_COMPONENTS
40
40
value : intel.oneapi.mac.ifort-compiler
41
41
- name : SAMPLES_TAG
42
- value : 2021.4 .0
42
+ value : 2022.1 .0
43
43
44
44
resources :
45
45
containers :
@@ -123,23 +123,23 @@ jobs:
123
123
pool :
124
124
vmImage : ' windows-latest'
125
125
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
143
143
- script : scripts/install_windows.bat $(WINDOWS_BASEKIT_URL) $(WINDOWS_DPCPP_COMPONENTS)
144
144
displayName : install
145
145
condition : ne(variables.CACHE_RESTORED, 'true')
@@ -148,14 +148,14 @@ jobs:
148
148
condition : eq(variables.CACHE_RESTORED, 'true')
149
149
- script : scripts/build_windows.bat dpc++ "" $(SAMPLES_TAG)
150
150
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')
159
159
160
160
# Delete the following if you don't want to save install logs
161
161
- task : CopyFiles@2
@@ -352,7 +352,7 @@ jobs:
352
352
- job : build_linux_dnf_cpp
353
353
pool :
354
354
vmImage : ' ubuntu-20.04'
355
- container : fedora:latest
355
+ container : fedora:32
356
356
steps :
357
357
- script : scripts/install_prerequisites_linux_dnf.sh
358
358
displayName : install prerequisites
@@ -369,7 +369,7 @@ jobs:
369
369
- job : build_linux_dnf_fortran
370
370
pool :
371
371
vmImage : ' ubuntu-20.04'
372
- container : fedora:latest
372
+ container : fedora:32
373
373
steps :
374
374
- script : scripts/install_prerequisites_linux_dnf.sh
375
375
displayName : install prerequisites
@@ -386,7 +386,7 @@ jobs:
386
386
- job : build_linux_dnf_dpcpp
387
387
pool :
388
388
vmImage : ' ubuntu-20.04'
389
- container : fedora:latest
389
+ container : fedora:32
390
390
steps :
391
391
- script : scripts/install_prerequisites_linux_dnf.sh
392
392
displayName : install prerequisites
0 commit comments