[NDSL | GFDL1M] Interface performance engineering#1186
Merged
FlorianDeconinck merged 12 commits intoGEOS-ESM:dsl/developfrom Jan 6, 2026
Merged
[NDSL | GFDL1M] Interface performance engineering#1186FlorianDeconinck merged 12 commits intoGEOS-ESM:dsl/developfrom
FlorianDeconinck merged 12 commits intoGEOS-ESM:dsl/developfrom
Conversation
Remove not required docs
Reduce the Fortran/Python interfacer to bring memory on Fortran stride
Collaborator
Author
|
Blocked behind: NOAA-GFDL/NDSL#348 |
… as persistent Removing unsued transient reset after computations is done in stencil (unused)
CharlesKrop
reviewed
Jan 5, 2026
GEOSagcm_GridComp/GEOSphysics_GridComp/GEOSmoist_GridComp/pyMoist/pyMoist/GFDL_1M/setup.py
Show resolved
Hide resolved
CharlesKrop
approved these changes
Jan 5, 2026
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.
We rework the Fortran/Python interface to expose three mode of computation: CPU_COPY, CPU_MAP and CPU_GPU. Those modes are resolved at init time looking at the backend called for NDSL.
The memory mapping brings the cost of interface to a negligible amount and hashing scales it with core count properly.
Also: