GitHunt
SO

soraphis/Boids-MPI

Boids Algorithm with MPI

Boids-MPI

Boids Algorithm with MPI

Requirements:

MPICH2

$ sudo apt install mpich2 mpich2-doc

SDL (1.2)

$ sudo apt install libsdl1.2-dev libsdl1.2debian

Boost

Required for the included fixedpoint-math library

$ sudo apt-get install libboost-all-dev

Setup Eclipse

Project › PropertiesC/C++ Build › Settings:

C++ Compiler: Command mpic++

├─ Preprocessor: Defined Symbols add __GXX_EXPERIMENTAL_CXX0X__

└─ Miscellaneous: other flags c -fmessage-length=0 -std=c++0x

C++ Linker: Command mpic++

└─ Libraries: Libraries SDL

Languages

C++99.3%Objective-C0.5%C0.1%

Contributors

Latest Release

v1.0July 28, 2014
MIT License
Created June 28, 2014
Updated July 30, 2017