uqfoundation / pyina

MPI parallel map and cluster scheduling
http://pyina.rtfd.io
Other
61 stars 8 forks source link

update `Mapper` objects in `pyina.launchers` to match `pathos.pools` #56

Closed mmckerns closed 1 year ago

mmckerns commented 1 year ago

The use of args and kwds is slightly different between a Mapper().map from pyina and a Pool().map from pathos.pools. Specifically, ensure the same behavior when kwds are passed to the map.

mmckerns commented 1 year ago

closing this as a duplicate of #18