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