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.

parallel job

kitab
Beginner
672 Views
yes i am asking how to write a multithreaded code?
0 Kudos
2 Replies
David_M_Intel3
Employee
672 Views
One of the best Intel articles on this is "Intel Guide for Developing Multithreaded Applications" found at:http://software.intel.com/en-us/articles/intel-guide-for-developing-multithreaded-applications/

The threading abstracts we most commonly recommend areIntel Threading Building Blocks and Intel Cilk Plus. There is a tutorial on Intel Threading Buiding Blocks at threadingbuildingblocks.org. Examples on using Intel Cilk Plus can be found in the Intel compiler documentation or at www.cilkplus.org.
0 Kudos
Reply