Skip to content

Attempt at developing multicore optimized code for the Cell B.E.

Notifications You must be signed in to change notification settings

skattoju-zz/nbody

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nbody1 and nobody2
Requrie an installation of the Cell SDK in order to build.

Build instructions:

export CELL_TOP=/opt/cell/sdk/
make

Start systemsim-cell in linux:

cd /opt/ibm/systemsim-cell/run/cell/linux
sudo ../run_gui

Execute code on the Simulator:

//on your host machine run:
cp executable /tmp/

//on the simulator run:
callthru source /tmp/executable > executable && chmod +x executable && ./execuatble
Hello World!

Source:http://ww2.cs.fsu.edu/~west/cell/index.php?tutorial=configfirst

nbody3 and nbody4 require an installation of an OpenCL SDK (Intel or Nvidia) , OpenGL, GLUT and GLEW libraries.

Build instructions:

mkdir build
cd build
cmake ..
make

About

Attempt at developing multicore optimized code for the Cell B.E.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published