Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
BSglob2proc(3)			  BlockSolve95			  BSglob2proc(3)

NAME
     BSglob2proc - 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)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=BSglob2proc&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help