Mentions légales du service

Skip to content

mpi_redux_tree should account for graph pruning

Antoine Jego requested to merge hotfix-mpi_redux-tree into master

starpu_mpi_data_redux segfaults when graph pruning techniques are used (while not pruning the call of starpu_mpi_data_redux) : the runtime can fairly easily handle this technique by returning from starpu_mpi_data_redux if mpi_data->redux_map is not set

Merge request reports