Actor Model in C++ This is an implementation of actor model prototype in C++. Installation On Ubuntu sudo apt install libopenmpi-dev Compile cd ./example && make Run the example ./run_sequential.sh ./run_parallel.sh