JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
mpi
Interface Freeable
All Known Implementing Classes:
CartComm
,
Comm
,
Datatype
,
GraphComm
,
Group
,
Info
,
Intercomm
,
Intracomm
,
Op
,
Prequest
,
Request
,
Win
public interface
Freeable
Objects freeables must be freed calling the method free.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
free
()
Frees a freeable object.
Method Detail
free
void free() throws
MPIException
Frees a freeable object.
Throws:
MPIException
- Signals that an MPI exception of some sort has occurred.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method