Skip to content

soraphis/Boids-MPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Boids Algorithm with MPI

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages