parallel-cellular-automata
Framework for building parallel cellular automata.
|
Namespace of the framework. More...
Namespaces | |
ffl | |
Namespace containing the implementation of the parallel version of the cellular automaton using fastflow. | |
omp | |
Namespace containing the implementation of the parallelized version using OpenMP. | |
par | |
Namespace containing the implementation of the parallel version of the cellular automaton. | |
seq | |
Namespace containing the implementation of the sequential version. | |
Classes | |
class | Barrier |
Self-resetting synchronization barrier for threads. More... | |
class | AbstractCellularAutomaton |
Interface of the CellularAutomaton. More... | |
class | Grid |
Grid of the cellular automaton. More... | |
class | Threadpool |
Work-stealing threadpool. More... | |
Namespace of the framework.