| mpi.comm.free | R Documentation |
mpi.comm.free deallocates a communicator so it
points to MPI_COMM_NULL.
mpi.comm.free(comm=1)
comm |
a communicator number |
When members associated with a communicator finish jobs or exit, they have to
call mpi.comm.free to release resource so mpi.comm.size
will return 0. If the comm was created from an intercommunicator by
mpi.intercomm.merge, use mpi.comm.disconnect instead.
1 if success. Otherwise 0.
Hao Yu
mpi.comm.disconnect
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.