Hi,
I have been searching for different things needed to implement parallelism in one of my applications. From my researches I have found that OpenMP is the most easiest way to parallelise an application. I just had this doubt in my mind :::
Case : I have a Win32 threaded application
I need to implement parallelism.
I wont be able to re-erect my threading model with OpenMP.
All I need to do is change some part of my codes using OpenMP and implement parallelism(threads are Win32 threads)
Could i…
Continue
Posted on March 16, 2009 at 1:33pm —