使用任务与多台计算机并行库 [英] Using Task Parallel Library with Multiple Computers

查看:177
本文介绍了使用任务与多台计算机并行库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有办法使用任务并行库在多计算机方案?

Is there any way to use Task Parallel Library in multi computer scenarios ?

我的意思是,如果我有任务的数量巨大,我可以在数量上安排过来LAN服务器?

I mean if i have huge number of tasks , can i schedule it over LAN in number of servers ?

推荐答案

的TPL是面向单个计算机,多个处理器核心的情况。

The TPL is geared towards single computer, multiple processor core scenarios.

如果你想跨多个系统的工作,你需要使用某种类型的集群软件,如的 MPI (在.NET中可用直接通过 MPI.NET )或基于的的Windows HPC

If you want to work across multiple systems, you'll need to use some type of clustering software, such as MPI (usable in .NET directly via MPI.NET) or one of the many options based on Windows HPC.

这说来,太平人寿在每个群集节点的非常有用的。它可用于具有良好跨节点上可用的核的每个群集节点的规模。

That being said, the TPL is very useful on each of the nodes of the cluster. It can be used to have each cluster node scale well across the cores available on that node.

这篇关于使用任务与多台计算机并行库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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