Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

mpi.comm.disconnect

MPI\_Comm\_disconnect API


Description

mpi.comm.disconnect disconnects itself from a communicator and then deallocates the communicator so it points to MPI\_COMM\_NULL.

Usage

mpi.comm.disconnect(comm=1)

Arguments

comm

a communicator number

Details

When members associated with a communicator finish jobs or exit, they have to call mpi.comm.disconnect to release resource if the communicator was created from an intercommunicator by mpi.intercomm.merge. If mpi.comm.free is used instead, mpi.finalize called by slaves may cause undefined impacts on master who wishes to stay.

Value

1 if success. Otherwise 0.

Author(s)

Hao Yu

References

See Also


Rmpi

Interface (Wrapper) to MPI (Message-Passing Interface)

v0.6-9.1
GPL (>= 2)
Authors
Hao Yu [aut]
Initial release
2021-02-22

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.