Skip to content

Commit

Permalink
Fix the comm.py for nvls (#267)
Browse files Browse the repository at this point in the history
Fix the comm.py for nvls
  • Loading branch information
saeedmaleki authored Feb 19, 2024
1 parent 5971508 commit a3d0799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/mscclpp/comm.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def make_connection(
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()
Expand Down

0 comments on commit a3d0799

Please sign in to comment.