eschnett / mpi-hs

MPI bindings for Haskell
Other
16 stars 3 forks source link

Gatherv #8

Closed sheepforce closed 5 days ago

sheepforce commented 5 days ago

This adds bindings for the MPI_Gatherv function in the low level interface. Gatherv enables gather operation with varying amounts of data from each rank.

Raises version to 0.7.3.1. This is a non-breaking change and merely an addition.

eschnett commented 5 days ago

Thanks!

(Technically, I think this should be version 0.7.4.0 since it's an additional feature, not just a bug fix. No need to do anything about this.)

sheepforce commented 5 days ago

Ah right, I got confused by versions with three and four points :grimacing: