JuliaParallel / JuliaParallel/MPIClusterManagers.jl
TCP_TRANSPORT_ALL only works on single host
Open
- Dominant language
- Julia
- Stars
- 47
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
`MPIClusterManagers.start_main_loop(TCP_TRANSPORT_ALL)` calls `MPIManager(np=size-1, mode=TCP_TRANSPORT_ALL)` without passing `master_tcp_interface`, so the manager only listens for worker connections on the default localhost interface and there is no way to specify a different interface to listen on.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.