Multicore and Parallel Computing

Developer and Business Community

Raaz
  • Male
  • Trivandrum,Kerala
  • India
Share 

Raaz's Discussions

 

Raaz's Page

Gifts Received

Gift

Raaz has not received any gifts yet

Give Raaz a Gift

Latest Activity

sandra left a comment for Raaz
May 22
Raaz added a blog post
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 :…
March 16
Hi Raaz, I see the problem. Manual threading combined with core affinity works great with multicore CPUs. However, the problem in your application seems to be the synchronization overheard. You can use Intel Concurrency Checker to test the level of…
March 11
Hi Gaston, I am using VC++(Visual studio 6).Right now I am using manual threading for parallelism(which actually was not intended for multiple core system). I have a queue which is being used as the common resources for a number of threads. This que…
March 11
Hi Raaz, You should provide more information about your application in order to allow others to help you. Are you using C++? Which programming language are you using? Are you using OpenMP; TBB; .Net Parallel Extensions or manual threading? What is…
March 9
Raaz added a discussion
I am new to the world of multicore programming.I am right now working in a network monitoring software and one of the modules which is too heavily multithreaded is degrading in its performance once run in a multicore machine.All the objects in the a…
March 9
Raaz is now a member of Multicore and Parallel Computing
March 9

Raaz's Blog

Raaz

Adding OpenMP support to Win32 multithreaded application

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 —

Comment Wall

You need to be a member of Multicore and Parallel Computing to add comments!

Join this Ning Network

  • No comments yet!
 
 
 

© 2009   Created by Asaf Shelly on Ning.   Create a Ning Network!

Badges  |  Report an Issue  |  Privacy  |  Terms of Service