Boost Your Technical Knowledge Forum Index
RegisterSearchFAQMemberlistUsergroupsfChatLog in
Reply to topic Page 1 of 1
what is difference b/w OpenMP and MPI lib?
Author Message
Reply with quote
Post what is difference b/w OpenMP and MPI lib? 
Can you tell me where MPI is used and where OpenMP. Can you list in which condition which one is better than other and viz-versa


_________________
Truth Can'nt be changed That is only one in the world "DEATH"
View user's profile Send private message Send e-mail Yahoo Messenger
Reply with quote
Post Re: what is difference b/w OpenMP and MPI lib? 
asadullahansar wrote:
Can you tell me where MPI is used and where OpenMP. Can you list in which condition which one is better than other and viz-versa


I don't know more about it...But whatever i have knowledge by that OpenMP is a library for using parallel computing by multithreading programming. OpenMP provides API by which we can do parallel programming in shared memory environment. Shared memory means Only one computer in which memory will be shared and by mutithreading programming provded by OpenMP we can achieve parallel computing.

MPI is also used for multithreading but it can also used in distributed memory system. buts it's highly used in distributed system.

View user's profile Send private message
Display posts from previous:
Reply to topic Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum