Last updated 2 years ago
Was this helpful?
Returns list of current used MPI_Comm handle.
r = MPI_Comm_used()
h - a vector of MPI_Comm handle.
.
CLI required
if ~MPI_Initialized() MPI_Init(); end comm = MPI_Comm_object(); MPI_Comm_used delete(comm) MPI_Comm_used if MPI_Initialized() MPI_Finalize(); end
1.0.0
initial version
Allan CORNET