程序包 mpi

接口 Freeable

所有已知实现类:
CartComm, Comm, Datatype, GraphComm, Group, Info, Intercomm, Intracomm, Op, Prequest, Request, Win

public interface Freeable
Objects freeables must be freed calling the method free.
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    Frees a freeable object.
  • 方法详细资料

    • free

      void free() throws MPIException
      Frees a freeable object.
      抛出:
      MPIException - Signals that an MPI exception of some sort has occurred.