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 Class Description 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.
DMelt 3.0 © DataMelt by jWork.ORG