Intel® MPI Library
Get help with building, analyzing, optimizing, and scaling high-performance computing (HPC) applications.
2159 Discussions

Microsoft announces plans for a Windows HPC edition

Henry_G_Intel
Employee
912 Views
Fellow HPC enthusiasts,
Microsoft announced plans to release an HPC edition of Windows Server 2003. You can read about it here if you're interested. It will be interesting to see how Windows fares in what has traditionally been a UNIX and Linux domain.
The Cornell Theory Center has been operating large Windows-based clusters for some time now. Does anyone know of any other high-profile sites that use Windows in their HPC environment? If you're using Windows on your HPC systems, please share your experiences with the forum.
Afew years agoI built a Windows cluster in the lab so that a customer could test some parallel applications. We installed the Windows version of MPICH and MPI/Pro from MPI Software Technology. The customers applications performed the same whether the cluster used Windows or Linux. I haven't seen much demand for Windows clusters lately, possibly because cluster configuration and management tools likeOSCAR and NPACI Rocksmake Linux clustering so easy.
Best regards,
Henry
0 Kudos
7 Replies
Richard_L_Intel
Employee
912 Views
I am interested to find out what folks out there think of using Microsoft as the OS for their HPCs. Have any of you run it using their cluster toolkit? If so, what issues have you had, and what are the good aspects of it? What would you like to see added/improved with the toolkit? We have direct access to the Microsoft developers that are involved in this, so any feedback (both positive and negative) are welcome.
0 Kudos
sierrachow
Beginner
912 Views

HPC solutions are rarely one-size fits all.

Makes one wonder how Microsoft intend to implement this?

0 Kudos
TimP
Honored Contributor III
912 Views
I don't know anyone who has been offered a trial "cluster toolkit" from Microsoft. We've been told Microsoft wouldn't make anything available to try as a beta until November, and it would support only x64. Meanwhile, they are still trying to discourage us from using cygwin to run software builds and QA suites, but no alternative has been offered. A year ago, Microsoft was trying to sell 2003 server as a cluster system, but we don't know of any success.

We have seen clusters of 4 2-way Xeon running successfully with Argonne MPICH and XP Pro, and heard about clusters of 16 Xeon CPUs running with a Samba server. The usual motivation for the latter is to gather Windows workstations into a cluster during off hours, without having to reboot into linux, or having the project shot down by exhorbitant license fees.
0 Kudos
Intel_C_Intel
Employee
912 Views
Interesting. I had, back in 11/2003, what I was told was a beta of the HPC kit.
I did not mess with it much, but it appeared to just be win2003 with SFU and dev studio and such. The only real benefit I saw to it was the pricing, which was very attractive.
supposedly, they've realized the benefits of the CLI and are developing a powerful shell for it too.
I'm wondering if this is the same product as this 2005 release, because I had firm pricing, although I'm sure the sleeve said 'HPC Edition'....
so the problems that I likely see it with it:
needing extra servers... an active directory server and a license server and separate monitoring servers...overkill for a small cluster.
also, *nix has 30 years of developed system tools and applications for distributed environments. All these things I take for granted in Linux will have to be re-written for Windows.
0 Kudos
s_rajan
Beginner
912 Views
Hello.
My students, associates in a local company and I have been developing distributedprocessing software for the last three years. Our primary development platform is Windows 2000 with Visual Studio and MPI-Softtech's MPI library. Once we finish debugging an application, we port our software to run at the Maui High Performance Computing Cluster (where the OS is Linux). Most of the time we make little or no changes to our source code. Thegcc C++ compiler at MHPCC is old and we are aware of the limitations. The performance on both the clusters is about the same given the hardware configurations.
I am surprised that almost all most of the cluster activities discussed here focus on Linux. Given my background, I find that cluster maintenance with Windows is extremely easy. Interested people can visit my site at http://ceaspub.eas.asu.edu/structures/ComputationalMechanicsLab.htm
I am curious to know if people working with a Windows cluster have tried other mpi libraries such as mpich and cluster management tools such as Condor.
Subby
0 Kudos
Henry_G_Intel
Employee
912 Views
Hello Subby,
You shouldn't be surprised that most of the discussion in this forum focuses on Linux. Linux and UNIX are still the dominant operating systems for HPC. Many critical HPC applications are not available on Windows. Also, I don't know of any OEM's who sell Windows-based clusters. This may change whenMicrosoft Windows HPC Edition is released. I'm looking forward to seeing Microsoft at SC2004 next month.
I've used MPI Software Technologies MPI/Pro and MPICH-NT on a Windows cluster but that was a long time ago. Performance was roughly the same but the application being tested mainly used point-to-point communication. I remember seeing articles several years ago showing that MPI/Pro gave better performance for collective communication butI don't know if this is still true.
Best regards,
Henry

Message Edited by hagabb on 10-25-2004 05:22 PM

0 Kudos
Henry_G_Intel
Employee
912 Views
The Cornell Theory Center is offering a two-day workshop on Windows-based HPC: http://www.ctc-hpc.com/training.html. Four workshops are scheduled this year. The first is next month.

Message Edited by hagabb on 03-07-2005 08:54 AM

0 Kudos
Reply