parallel-cellular-automata
Framework for building parallel cellular automata.
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 NcaNamespace of the framework
 NfflNamespace containing the implementation of the parallel version of the cellular automaton using fastflow
 CCellularAutomaton
 NompNamespace containing the implementation of the parallelized version using OpenMP
 CCellularAutomatonParallel Cellular Automaton using OpenMP
 NparNamespace containing the implementation of the parallel version of the cellular automaton
 NbwNamespace containing the implementation of the parallel version in which the wotkers busywait for others
 CCellularAutomaton
 CCellularAutomaton
 NseqNamespace containing the implementation of the sequential version
 CCellularAutomatonSequential Cellular Automaton
 CBarrierSelf-resetting synchronization barrier for threads
 CAbstractCellularAutomatonInterface of the CellularAutomaton
 CGridGrid of the cellular automaton
 CThreadpoolWork-stealing threadpool
 CThreadJoinerRAII class to join threads
 CThreadSafeQueueA thread-safe wrapper around a queue
 CUTimerRAII Timer that prints on cout the time elapsed since its creation and a message. The time is measured in microseconds
 CWorkStealingQueueWork-stealing queue