Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
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
8 changes: 5 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,13 @@ icon:
# icon4py deps
- python@3.11
- py-cupy@13.3 +cuda cuda_arch=90
- ghex@async-mpi +python +cuda cuda_arch=90
- ghex
- oomph
- hwmalloc
- boost +thread
- py-mpi4py
- icon4py@0.0.15
- icon-exclaim @0.3.0 %nvhpc dsl=substitute +grib2 +eccodes-definitions +ecrad
- icon4py@git.a967314dad2f83a9163ed7bd332f2c389837c6a8=main
- 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,6 @@ class IconExclaim(Icon):
description='Build with GT4Py dynamical core',
multi=True)

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

Expand Down