Skip to content

Commit 3bc6865

Browse files
authored
update wcp icon recipe for a100 (#72)
1 parent 2b114af commit 3bc6865

File tree

3 files changed

+17
-10
lines changed

3 files changed

+17
-10
lines changed

Diff for: recipes/wcp/icon/v1/a100/compilers.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ bootstrap:
22
33
gcc:
44
specs:
5-
- gcc@11.3
5+
- gcc@12.3
66
llvm:
7-
requires: gcc@11
7+
requires: gcc@12.3
88
specs:
9-
- nvhpc@23.9
9+
- nvhpc@24.1

Diff for: recipes/wcp/icon/v1/a100/environments.yaml

+12-6
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,25 @@ nvidia:
66
spec: nvhpc
77
unify: when_possible
88
mpi:
9-
spec: cray-mpich
9+
spec: cray-mpich@8.1.28%nvhpc
1010
gpu: cuda
1111
specs:
1212
- boost%gcc ~mpi
1313
14-
#- [email protected]%nvhpc +tools +fortran +aec +openmp jp2k=jasper
14+
- [email protected]%nvhpc +tools +fortran +aec +openmp jp2k=jasper
1515
- cmake%gcc
16-
- cuda@11.8%gcc
17-
- hdf5%nvhpc +fortran
16+
- cuda@12.3%gcc
17+
- hdf5%gcc
1818
- hwloc%gcc
1919
- netcdf-c%gcc
20+
- netcdf-cxx4%gcc
2021
- netcdf-fortran%nvhpc
2122
- numactl%gcc
2223
23-
- perl%gcc
24+
# everything needed for nccl on SS11
25+
- aws-ofi-nccl@master%gcc
26+
- nccl%gcc
27+
- nccl-tests%gcc
2428
# The following are required to stop spack from using nvhpc to build
2529
# basic dependencies, some of which don't compile with nvc etc.
2630
# Explicitly excluded as modules.
@@ -48,7 +52,9 @@ nvidia:
4852
- +mpi
4953
- +cuda
5054
packages:
55+
- perl
5156
- curl
5257
- gmake
5358
views:
54-
default:
59+
icon:
60+
link: roots

Diff for: recipes/wcp/icon/v1/gh200/environments.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ nvidia:
2121
- netcdf-fortran%nvhpc
2222
- numactl%gcc
2323
24-
- perl%gcc
2524
# everything needed for nccl on SS11
2625
- aws-ofi-nccl@master%gcc
2726
- nccl%gcc
@@ -40,6 +39,7 @@ nvidia:
4039
- m4%gcc
4140
- ncurses%gcc
4241
- openssl%gcc
42+
- perl%gcc
4343
- xz%gcc
4444
- zlib%gcc
4545
- zstd%gcc
@@ -57,3 +57,4 @@ nvidia:
5757
- gmake
5858
views:
5959
default:
60+
link: roots

0 commit comments

Comments
 (0)