Fix the comm.py for nvls (#267)

Fix the comm.py for nvls
This commit is contained in:
Saeed Maleki
2024-02-18 18:39:21 -08:00
committed by GitHub
parent 5971508eed
commit a3d0799963

View File

@@ -97,7 +97,7 @@ class CommGroup:
else:
endpoint = endpoints
if endpoint.transport == Transport.Nvls:
connections[rank] = self.communicator.connct_nvls_collective(all_ranks, endpoint)
return self.communicator.connct_nvls_collective(all_ranks, endpoint)
else:
connections[rank] = self.communicator.connect_on_setup(rank, 0, endpoint)
self.communicator.setup()