Uses of Class
edu.rit.pj.reduction.SharedInteger
Package
Description
The MP package provides low-level support for Message Passing.
The BUF package provides data buffers for Message Passing.
-
Uses of SharedInteger in edu.rit.mp
Modifier and TypeMethodDescriptionstatic IntegerBuf
IntegerBuf.buffer
(SharedInteger item) Create a buffer for a shared integer item.static Signed16BitIntegerBuf
Signed16BitIntegerBuf.buffer
(SharedInteger item) Create a buffer for a shared integer item.static Signed8BitIntegerBuf
Signed8BitIntegerBuf.buffer
(SharedInteger item) Create a buffer for a shared integer item.static Unsigned16BitIntegerBuf
Unsigned16BitIntegerBuf.buffer
(SharedInteger item) Create a buffer for a shared integer item.static Unsigned8BitIntegerBuf
Unsigned8BitIntegerBuf.buffer
(SharedInteger item) Create a buffer for a shared integer item. -
Uses of SharedInteger in edu.rit.mp.buf
ModifierConstructorDescriptionConstruct a new shared integer buffer.Construct a new shared signed 16-bit integer buffer.Construct a new shared signed 8-bit integer buffer.Construct a new shared unsigned 16-bit integer buffer.Construct a new shared unsigned 8-bit integer buffer.