DOKK / manpages / debian 11 / paraview / icetDestroyMPICommunicator.3.en
icetDestroyMPICommunicator(3) IceT Reference icetDestroyMPICommunicator(3)

icetDestroyMPICommunicator -- deletes a MPI communicator

#include <IceTMPI.h>

void icetDestroyMPICommunicator( IceTCommunicator comm );

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.

None.

None.

All MPI errors are ignored.

Copyright (C)2003 Sandia Corporation

Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains certain rights in this software.

This source code is released under the New BSD License.

icetCreateMPICommunicator(3)

August 9, 2010 IceT Reference