pgiri / dispy

Distributed and Parallel Computing Framework with / for Python
https://dispy.org
Other
260 stars 55 forks source link

Confusing README and possibly incorrect implementation #188

Closed jackluo923 closed 5 years ago

jackluo923 commented 5 years ago

The dispynode.py port section of the readme is incredibly confusing.

In the distscheduler documentation, --port=n specifies communication for job results while --scheduler_port=n specifies the port for job scheduler. In distpynode.py documentation --scheduler_port=n corresponds to --node=n in the scheduler (communication job results). However, due to the naming similarity, it's very confusing.

pgiri commented 5 years ago

In case you have noticed, port setup is completely revamped in current master. New version will be released this weekend / early next week, so please check new version (and new documentation) when it is released.

jackluo923 commented 5 years ago

@pgiri I am not aware of the revamped version because I've only started using dispy yesterday. I'd love to check out the new version. Thanks for the suggestion and fast response.