|
parallel-cellular-automata
Framework for building parallel cellular automata.
|
This file implements the parallel cellular automaton using the busy wait function of the barrier. More...
#include "cellular_automata.hpp"#include <barrier.hpp>#include <grid.hpp>#include <stdexcept>#include <thread>#include <threadpool.hpp>#include <vector>Go to the source code of this file.
Classes | |
| class | ca::par::bw::CellularAutomaton< T > |
Namespaces | |
| ca | |
| Namespace of the framework. | |
| ca::par | |
| Namespace containing the implementation of the parallel version of the cellular automaton. | |
| ca::par::bw | |
| Namespace containing the implementation of the parallel version in which the wotkers busywait for others. | |
This file implements the parallel cellular automaton using the busy wait function of the barrier.