Skip to content

Commit 3662b35

Browse files
committed
Add .github/workflows/ubuntu-ci-x86_64-oneapi-ifx.yaml and fix .github/workflows/ubuntu-ci-x86_64-oneapi.yaml
1 parent 3d1e6c0 commit 3662b35

File tree

4 files changed

+60
-315
lines changed

4 files changed

+60
-315
lines changed

.github/workflows/TMP_OFF/ubuntu-ci-x86_64-oneapi-ifx.yaml

Lines changed: 0 additions & 255 deletions
This file was deleted.
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
intel-oneapi-compilers:
2+
externals:
3+
4+
prefix: /opt/intel/oneapi
5+
modules:
6+
- tbb/2021.13
7+
- compiler-rt/2024.2.0
8+
- compiler/2024.2.0
9+
extra_attributes:
10+
compilers:
11+
c: /opt/intel/oneapi/compiler/2024.2/bin/icx
12+
cxx: /opt/intel/oneapi/compiler/2024.2/bin/icpx
13+
fortran: /opt/intel/oneapi/compiler/2024.2/bin/ifx
14+
intel-oneapi-runtime:
15+
# LINK TO BUG REPORT HERE
16+
#buildable: false
17+
externals:
18+
19+
prefix: /opt/intel/oneapi
20+
modules:
21+
- tbb/2021.13
22+
- compiler-rt/2024.2.0
23+
intel-oneapi-tbb:
24+
buildable: false
25+
externals:
26+
27+
prefix: /opt/intel/oneapi
28+
modules:
29+
- tbb/2021.13
30+
intel-oneapi-mkl:
31+
buildable: false
32+
externals:
33+
34+
prefix: /opt/intel/oneapi
35+
modules:
36+
- mkl/2024.2
37+
intel-oneapi-mpi:
38+
buildable: false
39+
externals:
40+
41+
prefix: /opt/intel/oneapi
42+
modules:
43+
- mpi/2021.13

0 commit comments

Comments
 (0)