parallel-cellular-automata
Framework for building parallel cellular automata.
Classes | Namespaces
parallel_automaton_busyw.hpp File Reference

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.
 

Detailed Description

This file implements the parallel cellular automaton using the busy wait function of the barrier.

Author
Gerardo Zinno (gerar.nosp@m.dozi.nosp@m.nno1@.nosp@m.gmai.nosp@m.l.com)
Version
0.1
Date
2022-01-15