Distributed Computing Environment in c / C ++

I am looking for a way to do distributed computing over a network (lan). Is there a good framework or library for this purpose in C / C ++.

+7
c ++ c networking distributed
source share
2 answers

Check out the MPI .

+7
source share

Yes. Have you viewed MPI through, for example, Open MPI ?

+5
source share

All Articles