Skip to content

Move transformations (index2offset, transpose) from Fortran to Python #8776

Move transformations (index2offset, transpose) from Fortran to Python

Move transformations (index2offset, transpose) from Fortran to Python #8776

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).