- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I have been trying to compile my code and come into the problem of below for cilkview and current_worker_count.
I am using Intel C++ Compiler v12.1. I have downloaded the latest CILKTools V1932. I have include the header files which are:-
ERRORS:
I have been trying to compile my code and come into the problem of below for cilkview and current_worker_count.
I am using Intel C++ Compiler v12.1. I have downloaded the latest CILKTools V1932. I have include the header files which are:-
#include
#include
#include
ERRORS:
error: namespace "cilk" has no member "cilkview"
1> cilk::cilkview cv;
error: namespace "cilk" has no member "current_worker_count"
1> theArgs.CurrentP = cilk::current_worker_count();
Can you help?
Thanks,
Kay Seah
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
Can anyone help me on how to use cilkview in cilk plus?
I was using cilk++ and is new to cilk plus.
Thanks,
Kay Seah
Can anyone help me on how to use cilkview in cilk plus?
I was using cilk++ and is new to cilk plus.
Thanks,
Kay Seah
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I believe this is answered in the thread with the subject How to start using the cilkview in cilkplus? I was cilk++ programmer.
- Barry

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page