We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5293fe commit 67db67dCopy full SHA for 67db67d
1 file changed
spack.yaml
@@ -23,6 +23,18 @@ spack:
23
require:
24
- '@4.7.3'
25
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
+
38
# Compilers
39
c:
40
0 commit comments