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
84 stars 34 forks source link

Option of passing shared value for the executed jobs #96

Open nitrram opened 1 year ago

nitrram commented 1 year ago

Thanks a lot for the package. It'd been used in a project I joined recently.

The problem I need to sort out is to span the jobs with shared memory, so that I could accumulate a value in a synchronized fashion.