I built the sqort example for the Intel Cilk++ SDK and it runs fine, but when I run
cilkview qsort gnuplot qsort.plt I get an error; it looks like the qsort.csv file is incomplete. gnuplot reports: gnuplot> plot [0:16] [0:16] x title "parallelism" lt 2, 2.012881 notitle lt 2, "qsort.csv" using 1:2 title "burdened speedup" with lines lt 1, "qsort.csv" using 1:4 with points pt 1 title "trials"^
"qsort.plt", line 10: no data point found in specified file Is there a fix for this?


