We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54f7925 commit 5c63ceaCopy full SHA for 5c63cea
configs/sites/tier1/gaea-c6/packages_oneapi-2025.2.1.yaml
@@ -3,22 +3,16 @@ packages:
3
require:
4
- any_of: ['%intel-oneapi-compilers@=2025.2.1']
5
when: '%intel-oneapi-compilers'
6
- - any_of: ['gcc@=13.3.1']
+ - any_of: ['%gcc@=13.3.1']
7
when: '%gcc'
8
mpi:
9
buildable: False
10
11
- - cray-mpich@8.1.32
+ - cray-mpich@8.1.32
12
cray-mpich:
13
14
externals:
15
- spec: cray-mpich@8.1.32
16
- prefix: /opt/cray/pe/mpich/8.1.32/ofi/gnu/12.3
17
- modules:
18
- - libfabric/1.22.0
19
- - craype-network-ofi
20
- - cray-mpich/8.1.32
21
- gcc:
22
prefix: /opt/cray/pe/mpich/8.1.32/ofi/intel/2022.1
23
modules:
24
- PrgEnv-intel/8.6.0
0 commit comments