cooperative-computing-lab / cctools

The Cooperative Computing Tools (cctools) enable large scale distributed computations to harness hundreds to thousands of machines from clusters, clouds, and grids.
http://ccl.cse.nd.edu
Other
131 stars 111 forks source link

vine: accept host:port everywhere #3769

Open btovar opened 2 months ago

btovar commented 2 months ago

vine worker, factory, and submit worker want host port, but it is natural to users to try host:port.

btovar commented 2 months ago

E.g., vine_worker should be able to turn tls://host:port into --ssl host port.