From 36abf5e4161e401a57fa6c49a6d90565fa5c15b3 Mon Sep 17 00:00:00 2001 From: Hangchen Yu Date: Sat, 30 Sep 2017 11:19:26 -0500 Subject: [PATCH] [ocl/hotspot3D] fix run script --- opencl/hotspot3D/run | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/opencl/hotspot3D/run b/opencl/hotspot3D/run index 2f914d0..4c5131c 100755 --- a/opencl/hotspot3D/run +++ b/opencl/hotspot3D/run @@ -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 \ + $@