e4s oneapi ci: build with latest 2023.2 based image (#39048)

This commit is contained in:
eugeneswalker 2023-07-22 11:22:02 -05:00 committed by GitHub
parent 90ac0ef66e
commit 366c798b87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -334,7 +334,7 @@ gpu-tests-build:
e4s-oneapi-generate: e4s-oneapi-generate:
extends: [ ".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: e4s-oneapi-build:
extends: [ ".e4s-oneapi", ".build" ] extends: [ ".e4s-oneapi", ".build" ]

View File

@ -69,12 +69,12 @@ spack:
compilers: compilers:
- compiler: - compiler:
spec: oneapi@2023.1.0 spec: oneapi@2023.2.0
paths: paths:
cc: /opt/intel/oneapi/compiler/2023.1.0/linux/bin/icx cc: /opt/intel/oneapi/compiler/2023.2.0/linux/bin/icx
cxx: /opt/intel/oneapi/compiler/2023.1.0/linux/bin/icpx cxx: /opt/intel/oneapi/compiler/2023.2.0/linux/bin/icpx
f77: /opt/intel/oneapi/compiler/2023.1.0/linux/bin/ifx f77: /opt/intel/oneapi/compiler/2023.2.0/linux/bin/ifx
fc: /opt/intel/oneapi/compiler/2023.1.0/linux/bin/ifx fc: /opt/intel/oneapi/compiler/2023.2.0/linux/bin/ifx
flags: {} flags: {}
operating_system: ubuntu20.04 operating_system: ubuntu20.04
target: x86_64 target: x86_64
@ -82,7 +82,7 @@ spack:
environment: {} environment: {}
extra_rpaths: [] extra_rpaths: []
- compiler: - compiler:
spec: gcc@11.1.0 spec: gcc@11.4.0
paths: paths:
cc: /usr/bin/gcc cc: /usr/bin/gcc
cxx: /usr/bin/g++ cxx: /usr/bin/g++
@ -245,7 +245,7 @@ spack:
ci: ci:
pipeline-gen: pipeline-gen:
- build-job: - 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: cdash:
build-group: E4S OneAPI build-group: E4S OneAPI