Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Commit

Permalink
[ocl/hotspot3D] fix run script
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhc committed Sep 30, 2017
1 parent ae6c99d commit 36abf5e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions opencl/hotspot3D/run
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#!/bin/bash

export DATA_DIR=/home/hyu/Projects/gpu-rodinia/data
./hotspot3D.out -n 512 -l 8 -i 500 \
-f ../../data/hotspot3D/power_512x8 ../../data/hotspot3D/temp_512x8 output.txt \
-p 0 -d 0
-f ${DATA_DIR}/hotspot3D/power_512x8 ${DATA_DIR}/hotspot3D/temp_512x8 output.txt \
$@

0 comments on commit 36abf5e

Please sign in to comment.