logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

icetDestroyMPICommunicator -- deletes a MPI communicator

Bugs

       All MPI errors are ignored.

Description

       Destroys  an  IceTCommunicator.   comm  becomes  invalid and any memory or MPI resources held by comm are
       freed.

       Communicators are copied when attached to an IceT context, so  destroying  an  IceTCommunicator  used  to
       create a context still in use is safe.

Errors

       None.

Name

icetDestroyMPICommunicator--deletesaMPIcommunicator

See Also

icetCreateMPICommunicator(3)

IceT Reference                                   August  9, 2010                   icetDestroyMPICommunicator(3)

Synopsis

       #include <IceTMPI.h>

       void icetDestroyMPICommunicator(   IceTCommunicatorcomm  );

Warnings

       None.

See Also