Move transformations (index2offset, transpose) from Fortran to Python #8776
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
| on: | |
| pull_request_target: | |
| jobs: | |
| test: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| pull-requests: write | |
| steps: | |
| - uses: mshick/add-pr-comment@v3 | |
| with: | |
| refresh-message-position: true | |
| message: |2 | |
| **Mandatory Tests** | |
| Please make sure you run these tests via comment before you merge! | |
| * `cscs-ci run default` | |
| * `cscs-ci run distributed` | |
| **Optional Tests** | |
| To run benchmarks you can use: | |
| * `cscs-ci run benchmark-bencher` | |
| To run tests and benchmarks with the DaCe backend you can use: | |
| * `cscs-ci run dace` | |
| To run test levels ignored by the default test suite (mostly simple datatest for static fields computations) you can use: | |
| * `cscs-ci run extra` | |
| For more detailed information please look at [CI in the EXCLAIM universe](https://github.com/C2SM/icon-exclaim/wiki). |