TRIQS / triqs

a Toolbox for Research on Interacting Quantum Systems
https://triqs.github.io
GNU General Public License v3.0
139 stars 72 forks source link

[mpi-python] python/triqs.utility.mpi.all_reduce #873

Closed jrbp closed 1 year ago

jrbp commented 1 year ago

Previous python all_reduce version did not use first or third argument at all. Now comm and op are optional arguments, actually work, and the signature better matches the c++ api.