I am trying to learn how to use the option cilkview from the Cilks Arts implementation of Cilk++.
I compiled qsort in the examples directory using the included Makefile. No problems.
WhenI ran using:
cilkview -trials all 2 -verbose ./qsort
The system ran also the way and gave an output very similar to that on page 11 of the Cilk Arts manual.
It showed everything except the plot!
It stopped rightbefore the plot. It stopped after
32 processors: 2.09 - 3.09
The output said:
set xlablel "Worker Count" 0.0,0.0
^
"qsort-results.plt", line 6';' expected.
I did not create the qsort-results.plt file myself. It was created when I ran thecilkview program.
Okay a ';' was expected on line 6 of the
qsort-results.plt.
How didI leave it out and how do I get it back in when i rerun the
cilkview -trials all 2 -verbose ./qsort
command again? This is discussed on the Cilk Arts programming manualCilk++ version 1.1.0
on page 9, 10 and 11.
Cilk++ version version 1.1.0
Any help appreciated . Thanks in advance.
Newport_j



