0

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??

John Gardeniers
  • 27,458
  • 12
  • 55
  • 109

3 Answers3

1

Your hardware is not fine for build a Microsoft cluster. I suggest you to install VMware Server on your Windows 7 fastest laptop and build a virtual cluster. You will need also Windows Server 2003/2008 Enterprise Edition to install the cluster nodes.

user9517
  • 115,471
  • 20
  • 215
  • 297
Danilo Brambilla
  • 1,031
  • 2
  • 15
  • 33
  • so I must obtain Windows Server Enterprise edition. Enterprise edition is not available to students from my university, would standard edition work? – Emre Turkoz Apr 28 '11 at 10:51
  • Sorry Standard Edition does not support clustering. – Danilo Brambilla Apr 28 '11 at 13:32
  • @Emre as mentioned you will need Enterprise. If you look into getting access to Dreamspark (and it is very simple) you will get an MSDN account with access to every server OS. – Sam Cogan May 02 '11 at 19:59
0

If you are a student you should be able to sign up fro Dreamspark. This will give you an MSDN licence which will allow you to download and use any MS OS for testing and development purposes, which should apply here.

Sam Cogan
  • 38,736
  • 6
  • 78
  • 114
0

If Windows isn't a strict requirement, a Linux Live CD with cluster support, such as PelicanHPC may work out.

Mike Renfro
  • 1,301
  • 1
  • 8
  • 11
  • it seems like i have to do it in that way - using linux. But I had a dream that using my laptop I could use any windows computer around to execute my code. but it seems impossible for now without server enterprise. Will try linux.. – Emre Turkoz Apr 28 '11 at 12:28