Distributed computing framework in c/c++ [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this questionI am looking for a way to make distributed computing over a network (lan). Is there any good framew开发者_StackOverflowork or a library for this purpose in C/C++.
Take a look at MPI.
Yes. Have you looked at MPI via e.g. Open MPI ?
精彩评论