Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

cilk context

ammouna
Beginner
509 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
509 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
509 Views
Thanks Barry ,
0 Kudos
Reply