e4s oneapi ci: build with latest 2023.2 based image (#39048)
This commit is contained in:
parent
90ac0ef66e
commit
366c798b87
@ -334,7 +334,7 @@ gpu-tests-build:
|
||||
|
||||
e4s-oneapi-generate:
|
||||
extends: [ ".e4s-oneapi", ".generate"]
|
||||
image: ecpe4s/ubuntu20.04-runner-x86_64-oneapi:2023.06.01
|
||||
image: ecpe4s/ubuntu20.04-runner-x86_64-oneapi:2023.07.21
|
||||
|
||||
e4s-oneapi-build:
|
||||
extends: [ ".e4s-oneapi", ".build" ]
|
||||
|
@ -69,12 +69,12 @@ spack:
|
||||
|
||||
compilers:
|
||||
- compiler:
|
||||
spec: oneapi@2023.1.0
|
||||
spec: oneapi@2023.2.0
|
||||
paths:
|
||||
cc: /opt/intel/oneapi/compiler/2023.1.0/linux/bin/icx
|
||||
cxx: /opt/intel/oneapi/compiler/2023.1.0/linux/bin/icpx
|
||||
f77: /opt/intel/oneapi/compiler/2023.1.0/linux/bin/ifx
|
||||
fc: /opt/intel/oneapi/compiler/2023.1.0/linux/bin/ifx
|
||||
cc: /opt/intel/oneapi/compiler/2023.2.0/linux/bin/icx
|
||||
cxx: /opt/intel/oneapi/compiler/2023.2.0/linux/bin/icpx
|
||||
f77: /opt/intel/oneapi/compiler/2023.2.0/linux/bin/ifx
|
||||
fc: /opt/intel/oneapi/compiler/2023.2.0/linux/bin/ifx
|
||||
flags: {}
|
||||
operating_system: ubuntu20.04
|
||||
target: x86_64
|
||||
@ -82,7 +82,7 @@ spack:
|
||||
environment: {}
|
||||
extra_rpaths: []
|
||||
- compiler:
|
||||
spec: gcc@11.1.0
|
||||
spec: gcc@11.4.0
|
||||
paths:
|
||||
cc: /usr/bin/gcc
|
||||
cxx: /usr/bin/g++
|
||||
@ -245,7 +245,7 @@ spack:
|
||||
ci:
|
||||
pipeline-gen:
|
||||
- build-job:
|
||||
image: ecpe4s/ubuntu20.04-runner-x86_64-oneapi:2023.06.01
|
||||
image: ecpe4s/ubuntu20.04-runner-x86_64-oneapi:2023.07.21
|
||||
|
||||
cdash:
|
||||
build-group: E4S OneAPI
|
Loading…
Reference in New Issue
Block a user