cimatosa / jobmanager

easy distributed computing based on the python class SyncManager for remote communication and python module multiprocessing for local parallelism
MIT License
6 stars 3 forks source link

client function call returns None #30

Closed cimatosa closed 8 years ago

cimatosa commented 8 years ago

hey I think there is something missing here: https://github.com/cimatosa/jobmanager/blob/master/jobmanager/jobmanager.py#L342-344 this alternative call does not return anything!

paulmueller commented 8 years ago

It certainly seems to be the case. It looks like func is never called when count_args != ["c", "m"]. This would actually break a lot of my code, so I must have overlooked something. I will have a look at the wrapper_example.py. It is currently not working as-is.