分布式计算在C ++?

编程入门 行业动态 更新时间:2024-10-27 02:27:46
本文介绍了分布式计算在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.

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

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

更多推荐

分布式计算在C ++?

本文发布于:2023-11-30 05:15:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1648846.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:分布式

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!