TACC / launcher

A simple utility for executing multiple sequential or multi-threaded applications in a single multi-node batch job
MIT License
63 stars 33 forks source link

make tskserver port selection dynamic #58

Open cjantonelli opened 4 years ago

cjantonelli commented 4 years ago

If multiple tskservers are started concurrently on the same host, only one of them will be able to connect to the (hardcoded) tskserver port. This patch allows dynamic port selection by searching for a monotonically increasing port number for each tskserver instance. This is highly desirable for installations that do not have whole node allocation policies.

cjantonelli commented 4 years ago

Bueller?