分布式计算在C ++? [英] Distributed Computing in C++?

查看:189
本文介绍了分布式计算在C ++?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想知道你将使用什么工具,框架或库来将你的C ++应用程序传播到多个机器上。

我在寻找一种创建框架/环境的方法,服务器可以将许多分离的作业移交给不同的分离的客户端,他们将结果返回到特殊作业。结果和作业应该是正常C ++类的实例,所以某种序列化将是很好的。

I would like to know what tools, frameworks or libraries you would use, to spread your C++ application across multiple machines.
Im searching for a way to create a framework/environment, in which a master-server can hand many seperated Jobs to different seperated clients, who give back their result on a special Job. The results and jobs should be instances of "normal" C++ classes, so some sort of serialization would be nice.

它需要在C ++,因为我来自科学背景和我想使用的所有框架。

It needs to be in C++ because i am from a scientific background and all frameworks i would like to use are written in it.

推荐答案

MPI真的很酷!打开MPI设置的信息此处,还有一些很好的教程在这里

MPI is really cool! Info on Open MPI setup here, and there are some good tutorials here.

这里有一个简单的例子:http://www.slac.stanford.edu/comp/unix/farm/mpi.html

There's a simple example here: http://www.slac.stanford.edu/comp/unix/farm/mpi.html

这篇关于分布式计算在C ++?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆