Hi,
Did anyone get cilkview to run on a section of your code
I did
cilk::cilkview cv ;
cv.start();
....
....
cv.stop();
i included cilk.h and cilkview.h .when i try to compile , I am getting an error saying
"undefined reference to cilk::get_milliseconds()"
Vinay Shivakumar