[release] consistently use std::multiplies in CollectiveCommunication::prod
Somehow, the vector version of CollectiveCommunication< MPI_Comm >::prod passed std::plus to allreduce (instead of std::multiplies). This patch corrects this flaw.
Please register or sign in to comment