|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
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 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.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||