com.cmpware.cmp.system.memory
Class NoSystemMemory

java.lang.Object
  extended by com.cmpware.cmp.SystemMemory
      extended by com.cmpware.cmp.system.memory.NoSystemMemory

public class NoSystemMemory
extends SystemMemory

This implements the default global / shared memory configuration of no global / shared memory.

Copyright (c) 2004, 2005 Cmpware, Inc. All Rights Reserved.

Author:
SAG

Field Summary
static java.lang.String copyright
          Copyright string
 
Constructor Summary
NoSystemMemory()
           
 
Method Summary
 void configureMemory(Multiprocessor mp)
          This method is called to build and configure the memory system for the newly allocated processor array.
 
Methods inherited from class com.cmpware.cmp.SystemMemory
get
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static final java.lang.String copyright
Copyright string

See Also:
Constant Field Values
Constructor Detail

NoSystemMemory

public NoSystemMemory()
Method Detail

configureMemory

public void configureMemory(Multiprocessor mp)
                     throws SystemMemoryException
Description copied from class: SystemMemory
This method is called to build and configure the memory system for the newly allocated processor array. In particular, shared memories should be allocated and connected to processors here. This method may also be used to adding additional banks of local memories or manipulating the default local memory, although this could also be done locally.

Specified by:
configureMemory in class SystemMemory
Parameters:
mp - The multiprocessor.
Throws:
SystemMemoryException - if there is a problem allocating or using the memory objects.