particleflow icon indicating copy to clipboard operation
particleflow copied to clipboard

pytorch different multi-GPU runs on the same node don't work

Open jpata opened this issue 2 years ago • 0 comments

Since the port is hardcoded, starting several different multi-GPU runs on the same host doesn't work currently: https://github.com/jpata/particleflow/blob/main/mlpf/pyg_pipeline.py#L76

A fix would be to auto-select the port, or configure it via the command line.

jpata avatar Oct 27 '23 13:10 jpata