Source code examples
In the GOOPAX software package, you will find various programming examples:
- n-body simulation
- Mandelbrot
- FFT
- automatic race condition detection
- Interoperability with OpenCL and CUDA
- matrix multiplication
Application Examples
FMM Simulation
See the results of our FMM N-body simulation, programmed with GOOPAX:
100 Million particles, 18 seconds per time step, performed on a single AMD S9150 accelerator card.
Deep Zoom Mandelbrot
Watch a deep zoom Mandelbrot calculation, performed and captured in real time on a single video card. To try this out yourself, see the example program in the software package.