SPLASH-2_Benchmark
This repository is just another modified SPLASH-2 Benchmark source code repo, helping those who struggle to find sounded SPLASH-2 source code.
I have already patched the original SPLASH-2 benchmark using CAPSL patch. And now the benchmarks utilize pthread library.
The CAPSL Modified SPLASH-2 Home Page: http://www.capsl.udel.edu/splash/index.html
Usage
- enter the program directory, say
kernels/fft
make
Build Dependency
- m4
- gcc
Customize the source
I suggest you read documentations attached in the repo. You can change the compiling procedure by modifying Makefile.config
under codes
directory.