How to Build a Windows-Based Supercomputer
- 1). Install the same version of Windows on every computer that you want to run in parallel. Windows NT and Windows 2000 are still applicable for such configurations, although you can also use Windows XP and later.
- 2). Connect all computers to the same local area network, either to your broadband router or to a local area network hub. Avoid using a wireless connection if possible.
- 3). Download and install a cluster management service on the master computer of the group. You will also need communication software so all the computers can run together. "MPI," or the "Message Passing Interface" is a solution; there is also a free version called "MPICH".
- 4). Extract the software package into a folder on the master computer on the primary hard drive. Copy all files with the ".DLL" extension from your MPICH folder over to the "C:\Windows\System32" folder.
- 5). Run the batch (".BAT") file contained in the MPICH folder to install the management utility on the master computer.
- 6). Repeat step 4 on every other computer in the cluster.
- 7). Run "RexecShell" from your MPICH directory on the master computer. This utility allows you to configure and run programs on your Windows-based cluster super computer. The system should now be ready for using and testing.
Source...