Skip to content

Fix mpi gather scatter

Nils-Arne Dreier requested to merge fix_mpi_gather_scatter into master

This MR fixes the wrong computation of the data length in igather and iscatter. In addition, it adds a test that uses igather and iscatter with a datatype that has length larger than 1.

Edited by Nils-Arne Dreier

Merge request reports