bfs-0-0 BAD_DIFF OKAY BAD_EXIT_CODE
Bad exit emiblock 0 reduced to bug 001.
bfs-0-1 BAD_DIFF OKAY SKIP_REPEAT
Bad diff separating NoOpt/Opt emiblock 17 reduced to bug 002
bfs-1-0 BAD_DIFF OKAY
bfs-1-1 BAD_DIFF OKAY
Bad diff on all configurations emiblock 96 reduced to bug 003

cutcp-0-0 BAD_DIFF OKAY BAD_EXIT_CODE
cutcp-0-1 BAD_DIFF OKAY BAD_EXIT_CODE
cutcp-1-0 OKAY
cutcp-1-1 OKAY

lbm-0-0 BAD_EXIT_CODE SKIP_REPEAT

./build/lbm 2 -o test.bin --optimisations 0 --substitution 0 --emi_block 999 --name K40c --set_device_from_name
LBM_allocateGrid: allocated 180.5 MByte
MAIN_printInfo:
	grid size      : 120 x 120 x 150 = 2.16 * 10^6 Cells
	nTimeSteps     : 2
	result file    : test.bin
	action         : store
	simulation type: lid-driven cavity
	obstacle file  : <none>

# OpenCL compiler flags are [ -I src -D NO_SUBSTITUTION -cl-opt-disable -D EMI_BLOCK=999]
LBM_allocateGrid: allocated 180.5 MByte
LBM_allocateGrid: allocated 180.5 MByte
LBM_showGridStatistics:
	nObstacleCells:   99248 nAccelCells:   26912 nFluidCells: 2033840
	minRho:   0.6111 maxRho:   1.0000 mass: 2.148560e+06
	minU: 0.000000e+00 maxU: 0.000000e+00

LBM_allocateGrid: allocated 180.5 MByte
LBM_showGridStatistics:
	nObstacleCells:   99248 nAccelCells:   26912 nFluidCells: 2033840
	minRho:   0.9966 maxRho:   1.0034 mass: 2.160000e+06
	minU: 0.000000e+00 maxU: 8.606176e-03

Kernel    : 0.024535
Copy      : 0.155920
Driver    : 0.024532
Compute   : 2.139256
CPU/Kernel Overlap: 0.024535
Timer Wall Time: 3.501989


./build/lbm 2 -o test.bin --optimisations 0 --substitution 0 --emi_block 0 --name K40c --set_device_from_name
LBM_allocateGrid: allocated 180.5 MByte
MAIN_printInfo:
	grid size      : 120 x 120 x 150 = 2.16 * 10^6 Cells
	nTimeSteps     : 2
	result file    : test.bin
	action         : store
	simulation type: lid-driven cavity
	obstacle file  : <none>

# OpenCL compiler flags are [ -I src -D NO_SUBSTITUTION -cl-opt-disable -D EMI_BLOCK=0]
ptxas application ptx input, line 2128; fatal   : Parsing error near '': syntax error
ptxas fatal   : Ptx assembly aborted due to errors


BAD_EXIT_CODE
lbm-0-1 OKAY
lbm-1-0 OKAY
lbm-1-1 OKAY
sad-0-0 OKAY
sad-0-1 OKAY
sad-1-0 OKAY
sad-1-1 OKAY
spmv-0-0 OKAY
spmv-0-1 OKAY
spmv-1-0 OKAY
spmv-1-1 OKAY
tpacf-0-0 OKAY
tpacf-0-1 OKAY
tpacf-1-0 OKAY
tpacf-1-1 OKAY
heartwall-0-0 BAD_DIFF OKAY

./build/heartwall 2 --optimisations 0 --substitution 0 --emi_block 999 --name K40c --set_device_from_name
# OpenCL compiler flags are [ -I src -D NO_SUBSTITUTION -cl-opt-disable -D EMI_BLOCK=999]
tSize is 25, sSize is 40
# of workgroups = 51, # of threads/workgroup = 256 (ensure that device can handle)
frame progress: 0 1 
Time spent in different stages of the application:
 0.000782000017 s,  0.044223416597 % : READ INITIAL VIDEO FRAME
 0.000010000000 s,  0.000565516821 % : READ COMMAND LINE PARAMETERS
 0.000776999979 s,  0.043940655887 % : READ INPUTS FROM FILE
 1.755457043648 s, 99.274047851562 % : GPU ALLOCATION, COPYING, COMPUTATION
 0.011268000118 s,  0.637224376202 % : FREE MEMORY
Total time:
 1.768293976784 s


./build/heartwall 2 --optimisations 0 --substitution 0 --emi_block 0 --name K40c --set_device_from_name
# OpenCL compiler flags are [ -I src -D NO_SUBSTITUTION -cl-opt-disable -D EMI_BLOCK=0]
tSize is 25, sSize is 40
# of workgroups = 51, # of threads/workgroup = 256 (ensure that device can handle)
frame progress: 0 1 
Time spent in different stages of the application:
 0.000493999978 s,  0.027141351253 % : READ INITIAL VIDEO FRAME
 0.000011000000 s,  0.000604362052 % : READ COMMAND LINE PARAMETERS
 0.000554999977 s,  0.030492814258 % : READ INPUTS FROM FILE
 1.800937056541 s, 98.947090148926 % : GPU ALLOCATION, COPYING, COMPUTATION
 0.018104000017 s,  0.994670093060 % : FREE MEMORY
Total time:
 1.820101022720 s

BAD_DIFF
heartwall-0-1 OKAY
heartwall-1-0 OKAY
heartwall-1-1 OKAY
hotspot-0-0 OKAY
hotspot-0-1 OKAY
hotspot-1-0 OKAY
hotspot-1-1 OKAY
myocyte-0-0 BAD_EXIT_CODE SKIP_REPEAT

./build/myocyte -time 100 --optimisations 0 --substitution 0 --emi_block 999 --name K40c --set_device_from_name
# OpenCL compiler flags are [ -I src -D NO_SUBSTITUTION -cl-opt-disable -D EMI_BLOCK=999]
Time Steps: Call!
1 
Time spent in different stages of the application:
 1.438110947609 s, 99.879226684570 % : CPU: GPU SETUP
 0.000717999996 s,  0.049866303802 % : CPU: ALLOCATE GPU MEMORY
 0.000979000004 s,  0.067993193865 % : GPU: COMPUTATION
	GPU: COMPUTATION Components:
	 0.000054000000 s,  0.003750390606 % : GPU: COPY DATA IN
	 0.000804000010 s,  0.055839151144 % : GPU: KERNEL
	 0.000056000001 s,  0.003889294108 % : GPU: COPY DATA OUT
	 0.000065000000 s,  0.004514358938 % : GPU: OTHER
 0.000042000000 s,  0.002916970523 % : CPU: FREE GPU MEMORY
Total time:
1.439849972725 s


./build/myocyte -time 100 --optimisations 0 --substitution 0 --emi_block 0 --name K40c --set_device_from_name
# OpenCL compiler flags are [ -I src -D NO_SUBSTITUTION -cl-opt-disable -D EMI_BLOCK=0]
ptxas application ptx input, line 4475; fatal   : Parsing error near '': syntax error
ptxas fatal   : Ptx assembly aborted due to errors


BAD_EXIT_CODE
myocyte-0-1 OKAY
myocyte-1-0 OKAY
myocyte-1-1 OKAY
pathfinder-0-0 OKAY BAD_EXIT_CODE

./build/pathfinder 100000 100 20 --optimisations 0 --substitution 0 --emi_block 999 --name K40c --set_device_from_name
# OpenCL compiler flags are [ -I src -D NO_SUBSTITUTION -cl-opt-disable -D EMI_BLOCK=999]
Max local threads is 1024. Using 1000 for local work size. 
Launching kernel with 10000000 1000
Launching kernel with 10000000 1000
Launching kernel with 10000000 1000
Launching kernel with 10000000 1000
Launching kernel with 10000000 1000


./build/pathfinder 100000 100 20 --optimisations 0 --substitution 0 --emi_block 4 --name K40c --set_device_from_name
# OpenCL compiler flags are [ -I src -D NO_SUBSTITUTION -cl-opt-disable -D EMI_BLOCK=4]
ptxas application ptx input, line 2916; fatal   : Parsing error near '': syntax error
ptxas fatal   : Ptx assembly aborted due to errors


BAD_EXIT_CODE
pathfinder-0-1 OKAY
pathfinder-1-0 OKAY
pathfinder-1-1 OKAY
