Software Archive
Read-only legacy content

cilk context

ammouna
Beginner
219 Views
Hi,
Please can you help me to create a cilk context ?
I follow the setup in the Intel Cilk++ programmers guide but i have linkage errors.
Thanks,
0 Kudos
2 Replies
Barry_T_Intel
Employee
219 Views

This is the wrong forum for Cilk++ issues. They should be posted in the Intel Cilk++ Software Development Kit forum.

A Cilk++ context is simply a class. You shouldsimplybe able tocreate an instance of cilk::context and use it. The sample code shipped with the Cilk++ class should show you how.

Intel Cilk Plus has done away with the cilk::context entirely.

- Barry

0 Kudos
ammouna
Beginner
219 Views
Thanks Barry ,
0 Kudos
Reply