Skip to content

Fix TALP Tree use of MPI instead of PMPI

JOAN VINYALS YLLA CATALA requested to merge fix-dlb-talp-tree-use-pmpi into master

There was still one use of MPI_Allgather, and this commit changes it to PMPI_Allgather.

Merge request reports