Support ICON release-2026.04-public standalone build#128
Open
kvrigor wants to merge 9 commits into
Open
Conversation
This was
linked to
issues
May 8, 2026
Open
* Prefer linking to `libhdf5.a` instead of `libhdf.so` by setting `HDF5_USE_STATIC_LIBRARIES=TRUE` * Setting `HDF5_NO_FIND_PACKAGE_CONFIG_FILE=TRUE` forces `find_package(HDF5)` [1] to return linker options in the form of `-lhdf5*`, which is what's expected by the `LIBS` arg of the ICON configure script [2] [1]: https://github.com/Kitware/CMake/blob/0bc5ae8c759288e8e3ab8cf5f0ffccd8b59ba54a/Modules/FindHDF5.cmake#L677 [2]: https://gitlab.dkrz.de/icon/icon-model/-/blob/release-2026.04-public/configure?ref_type=heads#L1804
icon-2026.04release-2026.04-public standalone build
externals/fortran-support misinterprets OpenACC directives when --enable-openmp is passed to ICON configure script.
Member
Author
|
@kgoergen We can now build ICON 2026.04 on JURECA and JUPITER. Note that this requires the NVIDIA compilers loaded via the # ICON CPU
./build_tsmp2.sh icon --ICON_SRC ${ICON_UPSTREAM} --no_update --clean_first --env env/jsc.2026.nvhpc.openmpi
# ICON GPU
./build_tsmp2.sh iconGPU --ICON_SRC ${ICON_UPSTREAM} --no_update --clean_first --env env/jsc.2026.nvhpc.openmpiAlso I did a recursive cd ${TSMP2_ROOT}/models
git clone -b release-2026.04-public --recursive https://gitlab.dkrz.de/icon/icon-model.git
ICON_UPSTREAM=$(pwd)/icon-2026.04 |
Member
Author
|
@AGonzalezNicolas you can also test this branch ( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
git clone -b release-2026.04-public --recursive https://gitlab.dkrz.de/icon/icon-model.git