MapGetLocalRange

Gets the local ownership range for this procesor.

Synopsis

#include "vec.h" 
int MapGetLocalRange(Map m,int *rstart,int *rend)
Not Collective

Input Parameter

m -the map object

Output Parameter

rstart - the first local index
rend - the last local index + 1

See Also

MapGetLocalSize(), MapGetGlobalRange()

Keywords


Level:developer
Location:src/vec/interface/map.c
Vector Index
Table of Contents