Skip to content

Commit 069125e

Browse files
committed
Duplicate MPI communicator
1 parent 395bbb6 commit 069125e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cman.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ function start_main_loop(mode::TransportMode=TCP_TRANSPORT_ALL;
330330
setup_worker(host, port) # does not return
331331
end
332332
elseif mode == MPI_TRANSPORT_ALL
333-
#TODO comm = MPI.Comm_dup(comm)
333+
comm = MPI.Comm_dup(comm)
334334
rank = MPI.Comm_rank(comm)
335335
size = MPI.Comm_size(comm)
336336
# We are handling the workers and their event loops on our own

0 commit comments

Comments
 (0)