MPI_File_get_group

Returns the group of processes that opened the file

Synopsis

int MPI_File_get_group(MPI_File mpi_fh, MPI_Group *group)

Input Parameters

fh
file handle (handle)

Output Parameters

group
group that opened the file (handle)

Location:get_group.c