Boids Algorithm with MPI
$ sudo apt install mpich2 mpich2-doc
$ sudo apt install libsdl1.2-dev libsdl1.2debian
Required for the included fixedpoint-math library
$ sudo apt-get install libboost-all-dev
Project › Properties
› C/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