Confusing README and possibly incorrect implementation
Closed this issue · 2 comments
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.
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.
@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.