GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
BSmake_off_map(3) BlockSolve95 BSmake_off_map(3)

BSmake_off_map - Generate a mapping from global rows to processor id

offset
- the offset of the local processor in the global numbering
procinfo
- the usual processor information
max
- the number of global rows

the mapping

For example, processor 0 has 10 rows and an offset of 0, processor 1 has 3 rows and an offset of 10 and processor 2 has 4 rows and an offset of 13 (there are 3 processors and 17 rows). The offset mapping (see BSsparse.h) would have the offsets in sorted order with the corresponding processor id. In this way, given a global row number, one could determine the processor on which it lies.

BSoff_map *BSmake_off_map(int offset, BSprocinfo *procinfo, int max) 

BlockSolve95/src/BSmap.c
1/11/1996

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.