Uses of Package
at.dms.kjc.cluster

Packages that use at.dms.kjc.cluster
at.dms.kjc.cluster The cluster backend for StreamIt generates a set of threads that can be executed on a cluster of networked computers or a SMP. 
 

Classes in at.dms.kjc.cluster used by at.dms.kjc.cluster
ClusterStaticStreamGraph
           
CodeEstimate
          Estimates the code size and size of local variables for a SIRFilter
DetectConst
          Constructs a set of fields that are modified by a method other that the init function.
InsertCounters
          If KjcOptions.countops is enabled, this class inserts insrumentation calls for counting the number of operations in the C runtime.
InsertTimers
          If KjcOptions.profiling is enabled, this class inserts timers around certain sections of code.
LatencyConstraint
          Represents a pairwise constraint due to a latency constrained message between a source and destination filters.
Tape
          Common elements for all kinds of tapes.
TapeBase
           
TapeCluster
          Janis' code for cluster edges pulled out
TapeFixedBase
          Class of tapes with fixed size buffers.