OpenMP Visual Studio 2010 Express

In the previous article I wrote about a shortage of OpenMPit’s not supported by Visual Studio 2010 Express Edition. But we can elemenate this limitation. Читать дальше »

Multithreaded applications on C++

As a part of my diploma work, I had to find out how to develop multithreaded applications. The obvious option is developing apps based on Win32 threads (for Windows only, of course). The library is free, but not cross platform. There are also several cross platform libraries letting you develop multithreaded applications. The most wide spreaded ones are Intel TBB, OpenMP, Boost MPI.

Читать дальше »