Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new API test suite covering the DIR_TRANS entry point across multiple call modes/configurations, and wires it into the existing API-test CMake infrastructure.
Changes:
- Introduces
DIR_TRANSAPI tests (scalar, wind, mixed; call modes 1 and 2) in a new Fortran test suite module. - Adds a
dir_transAPI test CMake target list and registers it with the top-leveltests/trans/apiCMake. - Expands the API test matrix to run these tests across configured MPIxOMP combinations and backends.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| tests/trans/api/dir_trans/dir_trans_test_suite.F90 | New Fortran API tests validating basic DIR_TRANS behavior for scalar and wind fields. |
| tests/trans/api/dir_trans/CMakeLists.txt | New CMake definition to generate/register the DIR_TRANS API test suite across backends and MPI/OMP configs. |
| tests/trans/api/CMakeLists.txt | Adds the dir_trans subdirectory so the new suite is built and executed. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
samhatfield
commented
Feb 26, 2026
4fb942f to
2fe4220
Compare
wdeconinck
reviewed
Feb 26, 2026
965950c to
a457ddb
Compare
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Willem Deconinck <willem.deconinck@ecmwf.int>
a457ddb to
ff95f08
Compare
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.
Adds the following API tests for
DIR_TRANS: