Software Archive
Read-only legacy content
17061 Discussions

Strange Problem under Visual Studio 2010

comeonfox
Beginner
464 Views
Well , when I tried to use cilkview, I got some weired problem. Building Prompt:

cilkview.h(199): error : identifier "__cilkrts_metacall" is undefined
__cilkview_connected(under_cilkview);

I just include this header, and I used none of the functions declaired in it (Yes , I JUST include that header, nothing more...).

I don't believe things goes wrong in cilkview.h, but what's going wrong???

and my cilkview header is from cilktools-1113... which I think I downloaded and installed properly
0 Kudos
1 Reply
Barry_T_Intel
Employee
464 Views

Since you're using VS2010, I assume you're running under Windows. :o)

I need to know which version of Intel Cilk Plus you've got installed. The easiest way to look at the vesion information in cilkrts20.dll. Do do this:

  • Open an Explorer window to \redist\ia32\compiler
  • Right click on cilkrts20.dll, and select "Properties" from the context menu
  • Click on the "Version" tab.

Please post the File Version that is displayed. Something like "2.0.1487.0"

That will tell me which version of theIntel Cilk Plus include files you've got.

Thanks.
- Barry

0 Kudos
Reply