Skip to content
Draft
Show file tree
Hide file tree
Changes from 12 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
c24db67
tmp:add: wait_for_compilation
Mar 9, 2026
7b8376e
fix: wrong icon4py version
Mar 9, 2026
752a540
Update recipes/icon-dsl/25.12/gh200/environments.yaml
msimberg Mar 13, 2026
6fb1419
Update recipes/icon-dsl/25.12/gh200/environments.yaml
msimberg Mar 13, 2026
c1269fd
Update recipes/icon-dsl/25.12/gh200/environments.yaml
msimberg Mar 13, 2026
5abd3f8
Update recipes/icon-dsl/25.12/gh200/repo/packages/icon-exclaim/packag…
msimberg Mar 13, 2026
b93847a
Update recipes/icon-dsl/25.12/gh200/repo/packages/icon-exclaim/packag…
msimberg Mar 13, 2026
ea53fc5
Update recipes/icon-dsl/25.12/gh200/environments.yaml
msimberg Mar 16, 2026
466f016
Update recipes/icon-dsl/25.12/gh200/environments.yaml
msimberg Mar 16, 2026
6b7cd7d
Update recipes/icon-dsl/25.12/gh200/environments.yaml
msimberg Mar 16, 2026
59bea8a
Update recipes/icon-dsl/25.12/gh200/environments.yaml
msimberg Mar 16, 2026
eae7b87
Update recipes/icon-dsl/25.12/gh200/environments.yaml
msimberg Mar 16, 2026
ae0d38b
Update recipes/icon-dsl/25.12/gh200/environments.yaml
msimberg Mar 16, 2026
5fd54de
Update recipes/icon-dsl/25.12/gh200/repo/packages/icon-exclaim/packag…
msimberg Mar 16, 2026
69fdb48
Try older commit of ghex
msimberg Mar 17, 2026
ce47321
Remove ghex version constraint
msimberg Mar 18, 2026
4276806
Update icon4py
msimberg Mar 18, 2026
8715551
Remove more version constraints
msimberg Mar 18, 2026
091e1a7
Update icon-exclaim commit
msimberg Mar 19, 2026
3d66d18
Update icon4py and icon-exclaim
msimberg Mar 26, 2026
e2c2efe
Update icon4py build options in icon-exclaim package
msimberg Mar 26, 2026
1956e51
Try to set icon4py venv bin path in icon-exclaim
msimberg Mar 26, 2026
b1bb3d9
Try to add dsl=verify
msimberg Mar 26, 2026
ed98294
Add icon4py 0.1.0 and icon-exclaim 0.3.0
msimberg Mar 27, 2026
2cffb3a
Update recipe with icon4py/icon-exclaim versions
msimberg Mar 27, 2026
5dde8bc
Try to update icon-dsl/25.12/a100 recipe to match gh200
msimberg Mar 27, 2026
22775e9
No symlink for repo
msimberg Mar 27, 2026
8dc0fbc
Update pre-install for icon-dsl/25.12/a100
msimberg Mar 27, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions recipes/icon-dsl/25.12/gh200/environments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ icon:
# icon4py deps
- python@3.11
- py-cupy@13.3 +cuda cuda_arch=90
- ghex@async-mpi +python +cuda cuda_arch=90
- ghex@git.9c09f3c52d2d76816074cdff869e2f90d005137c=philip-async-mpi +python +cuda cuda_arch=90
- boost +thread
- py-mpi4py
- icon4py@0.0.15
- icon-exclaim @0.3.0 %nvhpc dsl=substitute +grib2 +eccodes-definitions +ecrad
- icon4py@git.3108df74ba35e8ca09f49c7bd22cab2093780b25=phimuell__async_mpi_test
- icon-exclaim@git.5f0c6eed726a37ad5e6ca311284b2a43c259c1dc=0.3.0 %nvhpc dsl=substitute +grib2 +eccodes-definitions +ecrad
~emvorado +art +dace gpu=nvidia-90 +mpi-gpu +realloc-buf ~aes ~jsbach ~ocean ~coupling
~rte-rrtmgp ~loop-exchange ~async-io-rma ~cuda-graphs fflags="-traceback"
# icon deps
Expand Down
2 changes: 1 addition & 1 deletion recipes/icon-dsl/25.12/gh200/pre-install
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ packages=(
"icon4py"
# "icon-exclaim"
)
SPACK_C2SM_TAG="v0.22.2.6"
SPACK_C2SM_TAG="tmp_wait_for_compilation"

echo "----------------------------------------"
echo "SPACK C2SM Setup Script"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ class IconExclaim(Icon):

version('develop', branch='icon-dsl', submodules=True)
version("0.3.0",
commit="5c5b742a969af2bd491e26cd0a05a35838f121c4",
commit="5f0c6eed726a37ad5e6ca311284b2a43c259c1dc",
submodules=True)

# EXCLAIM-GT4Py specific features:
Expand All @@ -377,7 +377,7 @@ class IconExclaim(Icon):
description='Build with GT4Py dynamical core',
multi=True)

depends_on("icon4py@0.0.15", when="@0.3.0")
depends_on("icon4py@phimuell__async_mpi_test", when="@0.3.0")
for x in dsl_values:
depends_on('icon4py', type="build", when=f"dsl={x}")

Expand Down