Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 391 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 391 Bytes

Nbody example Parallella MPI

Requires libcoprthr 1.6.1 from https://github.com/browndeer/coprthr

See build / install instructions there

How to build and run (must be root user)

$ make

$ ./main.x -n 4096 -s 1 -i 4000 -d 16 -t 0.4 -r

Original code written by James A. Ross

Graphical display added by

Rob Foster

License

GPL v3