المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : OpenMP and C++: Reap the Benefits of Multithreading without All the Work



C++ Programming
03-29-2009, 02:42 AM
Having more than one CPU core on a single chip makes a system with a processor with two cores operate just like a dual-processor computer, and a system with a processor with four cores operate like a quad-processor computer, so you get much better performance. But if your application does not take advantage of these multiple cores, you may not reap the benefits. OpenMP helps you create multithreaded C++ applications more quickly so the benefits of multithreading can be realized.

Kang Su Gatlin and Pete Isensee

<a href="http://msdn.microsoft.com/magazine/c5b1ca8d-59a5-4a48-ae4b-82555f19e4de">MSDN Magazine October 2005