Giter Club home page Giter Club logo

mpi-actor-1's Introduction

mpi-actr

Actor model in written in C++11 and with the help of MPI

In order to compile please make sure you have at least GCC 4.8.2 or a fairly new version of Clang available. The solution uses CMake to generate makefiles. In order to build it, please do the following:

cd build
cmake ..
make -j3

The successfully executed build operation creates three files:

  • libactr.so containing compiled ACTR library. The header files are available at include/actr/. Note that it is only needed to include include/actr.hpp in order to include the whole framework
  • libbiol.so containing the functions supplied by the biologists. Headers are available at include/biol/
  • frogs, which is an executable example application written with the ACTR framework.

Important notes

The frogs, an example application using the ACTR framework requires to be ran on at least 51 threads using

mpirun -n 51 ./frogs

but preferably, if the simulation is to have any signs of sensibility more threads are required. In order to fulfil the requirements from the assignment, 117 threads are required.

Additionally, when using the ACTR framework remember to set has_eventloop to false if the class you have just created as a plug-in is not capable of processing an arbitrary amount of ACTR commands.

mpi-actor-1's People

Contributors

mkawalec avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.