System and method for allocating and using arrays in a...

Electrical computers and digital processing systems: interprogra – Interprogram communication using shared memory

Reexamination Certificate

Rate now

  [ 0.00 ] – not rated yet Voters 0   Comments 0

Details

C709S213000, C711S147000

Reexamination Certificate

active

06789256

ABSTRACT:

FIELD OF THE INVENTION
The invention relates generally to the field of digital computer systems and methods, and more particularly to a system and method for allocating and using arrays in computer system, such as a symmetric multi-processor, constructed according to the shared memory architecture.
BACKGROUND OF THE INVENTION
Computers typically execute programs in one or more processes or threads (generally “processes”) on one or more processors. If a program comprises a number of cooperating processes which can be processed in parallel on a plurality of processors, sometimes groups of those processes need to communicate to cooperatively solve a particular problem. Two basic architectures have been for multi-processor computer systems, namely, distributed memory systems and shared memory systems. In a computer system constructed according to the distributed memory architecture, processors and memory are allocated to processing nodes, with each processing node typically having a processor and an associated “node memory” portion of the system memory. The processing nodes are typically interconnected by a fast network to facilitate transfer of data from one processing node to another when needed for, for example, processing operations performed by the other processing node. Typically in a computer constructed according to the distributed memory architecture, a processor is able to access data stored in its node memory faster that it would be able to access data stored in node memories on other processing nodes. However, contention for the node memory on each processing node is reduced since there is only one processor, that is, the processor on the processing node, which accesses the node memory for its processing operations, and perhaps a network interface which can access the node memory to store therein data which it received from another processing node, or to retrieve data therefrom for transfer to another processing node.
Typically, in a computer system constructed according to the shared memory architecture, the processors share a common memory, with each processor being able to access the entire memory in a uniform manner. This obviates the need for a network to transfer data, as is used in a computer system constructed according to the distributed memory architecture; however, contention for the shared memory can be greater than in a computer system constructed according to the distributed memory architecture. To reduce contention, each processor can be allocated a region of the shared memory which it uses for most of its processing operations. Although each processor's region is accessible to the other processors so that they (that is, the other processors) can transfer data thereto for use in processing by the processor associated with the respective region, typically most accesses of a region will be by the processor associated with the region.
A computer system can be constructed according to a combination of the distributed and shared memory architectures. Such a computer system comprises a plurality of processing nodes interconnected by a network, as in a computer system constructed according to the distributed memory architecture. However, each processing node can have a plurality of processors which share the memory on the respective node, in a manner similar to a computer constructed according to the shared memory architecture.
Several mechanisms have been developed to facilitate transfer of data among processors, or more specifically, between processing node memories, in the case of a computer system constructed according to the distributed memory architecture, and/or memory regions, in the case of a computer system constructed according to the shared memory architectures. In one popular mechanism, termed “message passing,” processors transfer information by passing messages thereamong. Several well-known message passing specifications have been developed, including MPI and PVM. Generally, in message passing, to transfer data from one processor to another, the transferring processor generates a message including the data and transfers the message to the other processor. On the other hand, when one processor wishes to retrieve data from another processor, the retrieving processor generates a message including a retrieval request and transfers the message to the processor from which the data is to be retrieved; thereafter, the processor which receives the message executes the retrieval request and transfers the data to the requesting processor in a message as described above.
A number of programs require processing of data organized in the form of multi-dimensional arrays. In a program processed in parallel by a number of processors in a computer system constructed according to either the shared memory architecture or the distributed memory architecture, portions of an array are distributed among the processors that are processing the program, and the processors process the data in their respective portions. If an n-dimensional array has dimensions m
0
xm
1
x . . . xm
n−1
(m
x
, x=0,1, . . . ,n−1 being an integer), each item of data in the array is indexed by an “n-tuple” [i
0
,i
1
, . . . ,i
n−1
](i
0
∈0, . . . ,m
0
−1, i
1
∈0, . . . ,m
1
−1, . . . , i
n−1
∈0, . . . ,m
n−1
−1). If, for example, the array is distributed among the “P” processors according to the last “m-th” dimension, then the set of data items associated with a “first” processor p
0
will, if “m
n−1
” is divisible by “P,” correspond to [i
0
,i
1
, . . . ,i
n−1
](i
0
∈0, . . . ,m
0
−1, i
1
∈0, . . . ,m
1
−1, . . . , i
n−1
∈0, . . . ,(m
n−1
/P)−1), the set associated with a “second” processors p
1
will correspond to [i
0
,i
1
, . . . ,i
n−1
](i
0
∈0, . . . ,m
0
−1, i
1
∈0, . . . ,m
1
−1, . . . , i
n−1
∈(m
n−1
/P), . . . ,(2m
n−1
/P)−1), and so forth, with generally, the set associated with a “p-th” processor P
p
will correspond to [i
0
,i
1
, . . . ,i
n−1
] (i
0
∈0, . . . ,m
0
−1, i
1
∈0, . . . ,m
1
−1, . . . , i
n−1
∈((p+1)m
n−1
/P), . . . ,m
n−1
−1). Decompositions and distributions along other dimensions will be apparent to those skilled in the art.
If the data needs to be redistributed, for example, during a matrix transpose, to form another array, the processors can transmit the data in their respective portions to the memories of the other processors as described above. In the following discussion, it will be assumed that the parallel program is being processed by a computer system constructed in accordance with the shared memory architecture. Generally, in that operation, the transfer is performed using a common pool of shared memory that is accessible by all of the processors. When a processor is to transfer data to another processor, it copies the data to a predetermined location in the common pool. The processor to which the data is being transferred, when it determines that the data has been copied to the predetermined location, then copies the data to its local memory space. Thus, transferring data from one processor to another requires to copy operations.
SUMMARY OF THE INVENTION
The invention provides a new and improved system and method for allocating and using arrays in a computer system, such as a symmetric multi-processor, constructed according to the shared memory architecture.
In brief summary, the invention provides a computer system comprising a. plurality of processes, each having an associated memory region, and a shared memory region shared by the processes. One of the processes is configured to control allocation of space for an array in the shared memory region, generate a descriptor therefor pointing to the allocate space and transmit the descriptor to the other processes. Therafter, all of the processes are configured to identify regions of the array for which they are to process

LandOfFree

Say what you really think

Search LandOfFree.com for the USA inventors and patents. Rate them and share your experience with other people.

Rating

System and method for allocating and using arrays in a... does not yet have a rating. At this time, there are no reviews or comments for this patent.

If you have personal experience with System and method for allocating and using arrays in a..., we encourage you to share that experience with our LandOfFree.com community. Your opinion is very important and System and method for allocating and using arrays in a... will most certainly appreciate the feedback.

Rate now

     

Profile ID: LFUS-PAI-O-3222876

  Search
All data on this website is collected from public sources. Our data reflects the most accurate information available at the time of publication.