pygridtools / gridmap

Easily map Python functions onto a cluster using a DRMAA-compatible grid engine like Sun Grid Engine (SGE).
GNU General Public License v3.0
83 stars 34 forks source link

Support for dill for Serialization #52

Open cancan101 opened 9 years ago

cancan101 commented 9 years ago

Dill is a more powerful serialization library with the ability to serialize more types of functions:

dan-blanchard commented 9 years ago

It seems like cloudpickle would be a better choice.

baluyotraf commented 4 years ago

I currently patched the gridmap in my system with a cloudpickle version. If you like I can make a PR for it.