Uses of Class
com.cmpware.cmp.SystemMemory

Packages that use SystemMemory
com.cmpware.cmp   
com.cmpware.cmp.system.memory   
 

Uses of SystemMemory in com.cmpware.cmp
 

Methods in com.cmpware.cmp that return SystemMemory
static SystemMemory SystemMemory.get(java.lang.String systemMemoryClassName)
          This method is used to return a newly allocated System Memory definition class.
 

Uses of SystemMemory in com.cmpware.cmp.system.memory
 

Subclasses of SystemMemory in com.cmpware.cmp.system.memory
 class CellBE
          This implements the memory architecture for the Cell BE processor.
 class DualCellBE
          This implements the memory architecture for the Cell BE processor.
 class FrameBuffer
          This puts a single memory at procsssor (0,0).
 class NoSystemMemory
          This implements the default global / shared memory configuration of no global / shared memory.
 class Ring
          This implements ring of processors with shared memory between each of the nodes.
 class SPURS
          This implements the memory architecture for the SPURS processor.
 class Torus
          This implements a 2D Torus (a 2D grid with the ends connected around -- a dougnhut) shared memory configuration.