We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c68a55 commit 3555cc3Copy full SHA for 3555cc3
1 file changed
spack.yaml
@@ -14,19 +14,22 @@ spack:
14
# the first element of the require is only a version
15
ancoms-roms:
16
require:
17
- - '@4.2'
+ - '@4.2'
18
- roms_application='upwelling'
19
openmpi:
20
21
- '@4.1.4'
22
netcdf-c:
23
24
- '@4.7.3'
25
-
+ # Compilers
26
+ intel-oneapi-compilers:
27
+ require:
28
+ - '@2021.8.0'
29
# Specifications that apply to all packages
30
all:
31
- - '%intel@2021.8.0'
32
+ - '%access_intel'
33
- 'target=x86_64'
34
view: true
35
concretizer:
0 commit comments