Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

settings elements migration #575

Draft
wants to merge 47 commits into
base: main
Choose a base branch
from
Draft

Conversation

nfarabullini
Copy link
Contributor

@nfarabullini nfarabullini commented Oct 24, 2024

  • moved the following elements from model/common/src/icon4py/model/common/settings.pyto tools/src/icon4pytools/py2fgen/wrappers/settings.py:
config = Icon4PyConfig()
backend = config.gt4py_runner
dace_orchestration = config.icon4py_dace_orchestration
xp = config.array_ns
device = config.device
limited_area = config.limited_area
  • subsequent edit of imports and related in the code
  • cleanup of left-over stencils backend specification on program definition

@nfarabullini nfarabullini marked this pull request as draft October 24, 2024 12:54
@nfarabullini nfarabullini changed the title first set of change settings elements migration Oct 24, 2024
@nfarabullini
Copy link
Contributor Author

cscs-ci run default

Copy link

Mandatory Tests

Please make sure you run these tests via comment before you merge!

  • cscs-ci run default
  • launch jenkins spack

Optional Tests

To run benchmarks you can use:

  • cscs-ci run benchmark

To run tests and benchmarks with the DaCe backend you can use:

  • cscs-ci run dace

In case your change might affect downstream icon-exclaim, please consider running

  • launch jenkins icon

For more detailed information please look at CI in the EXCLAIM universe.

@nfarabullini
Copy link
Contributor Author

launch jenkins spack

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant