MapGetGlobalRange
Gets the ownership ranges for all processors.
Synopsis
#include "vec.h"
int MapGetGlobalRange(Map m,int *range[])
Not Collective
Input Parameter
m -the map object
Output Parameter
range -array of size + 1 where size is the size of the communicator
associated with the map. range[rank], range[rank+1] is the
range for processor
See Also
MapGetSize(), MapGetLocalRange()
Keywords
Level:developer
Location:src/vec/interface/map.c
Vector Index
Table of Contents