Skip to content

Commit 67db67d

Browse files
committed
TEST: Test whether restoration of intel@2021.8.0 works
1 parent c5293fe commit 67db67d

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

spack.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,18 @@ spack:
2323
require:
2424
- '@4.7.3'
2525

26+
# Test whether restoring this definition of compilers works
27+
intel-oneapi-compilers:
28+
externals:
29+
- spec: intel-oneapi-compilers-classic@2021.8.0
30+
prefix: /apps/intel-ct/wrapper
31+
modules: [intel-compiler/2021.8.0]
32+
extra_attributes:
33+
compilers:
34+
c: /apps/intel-ct/wrapper/icc
35+
cxx: /apps/intel-ct/wrapper/icpc
36+
fortran: /apps/intel-ct/wrapper/ifort
37+
2638
# Compilers
2739
c:
2840
require:

0 commit comments

Comments
 (0)