Skip to content

Fix phase kernel launch parameters

Sebastian Ohlmann requested to merge fix_phase_kernel into develop

Description

Split the number of grid points across the second and third dimension to avoid the limitation to 65335 grid points. The solution is similar to what is done in a lot of kernels in grid/batch_ops_inc.F90, e.g. axpy.

Checklist

Merge request reports