Uses of Class
edu.rit.pj.reduction.SharedObjectArray
Package
Description
The MP package provides low-level support for Message Passing.
The BUF package provides data buffers for Message Passing.
-
Uses of SharedObjectArray in edu.rit.mp
Modifier and TypeMethodDescriptionstatic <T> ObjectBuf
<T> ObjectBuf.buffer
(SharedObjectArray<T> theArray) Create a buffer for the entire given shared object array.static <T> ObjectBuf
<T> ObjectBuf.sliceBuffer
(SharedObjectArray<T> theArray, Range theRange) Create a buffer for one slice of the given shared object array.static <T> ObjectBuf<T>[]
ObjectBuf.sliceBuffers
(SharedObjectArray<T> theArray, Range[] theRanges) Create an array of buffers for multiple slices of the given shared object array. -
Uses of SharedObjectArray in edu.rit.mp.buf
ModifierConstructorDescriptionSharedObjectArrayBuf
(SharedObjectArray<T> theArray, Range theRange) Construct a new shared object array buffer.SharedObjectArrayBuf_1
(SharedObjectArray<T> theArray, Range theRange) Construct a new shared object array buffer.