构建Windows集群
我是一名研究生,我想用我的笔记本电脑在家里构建一个 Windows 集群来测试我的并行代码。
问题是我使用的是 Windows 7 Home Premium,而不是服务器版本。
我使用的是 Visual Studio 2010 Ultimate,并且安装了带有 SP1 的 Microsoft HPC Pack,并且能够在我的本地主机上模拟 MPI 代码,没有出现任何问题。现在我想看看真正的应用。
我家里还有另外 3 台笔记本电脑,上面安装了 Windows 7 Starter。他们没有安装 Visual Studio,因为我只有大学颁发的 1 个许可证。
那么有没有办法用这些配置来构建一个windows集群呢?
I'm a research student and I want to build a windows cluster at home with my laptops to test my parallel codes.
The problem is I'm using Windows 7 Home Premium, not a server edition.
I'm using Visual Studio 2010 Ultimate and I installed Microsoft HPC Packs with SP1 and able to simulate MPI codes at my localhost without a problem. Now I want to see the real application.
I have 3 other laptops at home and windows 7 starter is installed on them. They don't have visual studio installed because I have only 1 license from the university.
So is there any way to build a windows cluster with these configurations??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不可以,Windows 群集仅适用于 Windows Server Enterprise 或更高版本。
要模拟这一点,一个好方法是在虚拟机上托管 Windows Server 操作系统。一个很好的资源是 此处。
但是,您确实需要 Windows Server 许可证才能执行此操作 - 如果您有 MSDN 订阅,您可能会发现可以根据该许可证获得开发许可证。
No, a Windows cluster will only work with Windows Server Enterprise or above.
To simulate this a good way is to host Windows Server operating systems on virtual machines. A good resource for this is here.
You do need Windows Server licenses to do this, however -- if you have an MSDN subscription you may find that you can get development licenses under that.
我已经在 HyperV 中做过很多次了。您需要创建一个域控制器(使用服务器 STD 或企业版)以及运行服务器 HPC 版本(轻量级/简化服务器版本)的 N 个节点。最简单的设置是创建一个包含 DC、DNS、DHCP 和 HPC 头节点/WCF 代理的 HPC (VM)。然后,您可以使用 HPC 服务器版本添加一些计算节点(也是虚拟机)(2 或 3 个足以进行测试)并准备就绪。
I've done it in HyperV a number of times. You'll need to create a domain controller (using Server STD or Enterprise) as well as N nodes that run Server HPC edition (a lightweight/simplified server edition). Easiest thing to setup would be to create a single HPC (VM) that contains your DC, DNS, DHCP, and HPC Head Node/WCF Broker. Then, you can add a few compute nodes (also VMs) (2 or 3 is good enough for testing) using the HPC server edition and be all set.