Closed cniethammer closed 1 year ago
MPI_Allreduce is an expensive operation. Therefore, merge consecutive MPI_Allreduce operations by combining single elements into a multi element buffer and extract the results afterwards.
MPI_Allreduce is an expensive operation. Therefore, merge consecutive MPI_Allreduce operations by combining single elements into a multi element buffer and extract the results afterwards.