client/server application using msmpi
-
2011年12月27日 下午 04:19
Hello,
i'm a beginner in parallel programming and i want to develop a client/server application using this library, for the record i am using visual studio 2010 c++ at windows 7, could anybody help me how to implement the application: make the client and the server in two different classes or not,
and thanks.
所有回覆
-
2012年1月4日 下午 04:10
Hello imad575,
I have two questions for you :
- why do you need client/server approach for your application ?
- why do you need MPI ?
These days there are many ways of implementing a parallel application, I suggest you to have a look at these sites for MPI alternatives solution.
Design Patterns for Decomposition and Coordination on Multicore Architectures
http://msdn.microsoft.com/en-us/library/ff963553.aspxParallel Computing
http://msdn.microsoft.com/en-us/concurrency/bb964701for MPI i sugeest this reading http://download.microsoft.com/download/4/c/f/4cfd0f76-8811-42c0-8ee1-d7d469a8abe7/ClassicHPCDevC++.docx
I hope this will guide you in your implementation,
Xavier