Package edu.rit.smp.ca

Package edu.rit.smp.ca contains sequential and SMP parallel programs for computing images of cellular automata (CAs).

See:
          Description

Class Summary
CCASeq Class CCASeq is a sequential program that calculates the evolution of a continuous cellular automaton and stores the result in a grayscale PJG image file.
CCASmp Class CCASmp is an SMP parallel program that calculates the evolution of a continuous cellular automaton and stores the result in a grayscale PJG image file.
CCASmp2 Class CCASmp2 is an SMP parallel program that calculates the evolution of a continuous cellular automaton and stores the result in a grayscale PJG image file.
 

Package edu.rit.smp.ca Description

Package edu.rit.smp.ca contains sequential and SMP parallel programs for computing images of cellular automata (CAs). These are typically parallel problems with sequential dependencies that can take advantage of overlapped computation and I/O.

The SMP parallel programs in this package use Parallel Java (PJ) in package edu.rit.pj.



Copyright © 2005-2012 by Alan Kaminsky. All rights reserved. Send comments to ark­@­cs.rit.edu.