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