blob: e1772dc9f1262adabb67753cb4210825ae45f52e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
To build and run:
Add GPGPUSIM_ROOT/lib to LD_LIBRARY_PATH, then run the commands:
export PARBOIL_ROOT=`pwd`
cd common/src
make
cd -
./parboil compile cp cuda_short
cd benchmarks/cp/build/cuda_short/
./cp
|