BSglob2proc(3) BlockSolve95 BSglob2proc(3)NAMEBSglob2proc - Map global row numbers to processor id's
INPUT PARAMETERS
length - the number of row numbers to map
req_array
- the row numbers to map
procinfo
- the usual processor information
map - the map to use
OUTPUT PARAMETERS
ans_array
- on exit, the corresponding processor id's
RETURNS
void
SYNOPSIS
void BSglob2proc(int length,int *req_array,int *ans_array,
BSprocinfo *procinfo,BSmapping *map)
LOCATION
BlockSolve95/src/BSmap.c
1/11/1996 BSglob2proc(3)