Windows Azure HPC Scheduler
The Windows Azure HPC Scheduler SDK includes modules and features that developers can use to create Windows Azure deployments that support compute-intensive, parallel applications that can scale when offered more compute power. The Windows Azure HPC Scheduler SDK enables developers to define a Windows Azure deployment that includes built-in job scheduling and resource management; runtime support for Message Passing Interface (MPI), service-oriented architecture (SOA), parametric sweep, and LINQ to HPC applications; web-based job submission interfaces; and persistent state management of job queue and resource configuration.
Applications that have been built using the on-premises job submission API in Windows HPC Server 2008 R2 can use very similar job submission interfaces in the Windows Azure HPC Scheduler.
In this section:
- Getting Started with Application Deployment with the Windows Azure HPC Scheduler
- Things to Know About the Windows Azure HPC Scheduler
Available resources
You can use the following links to download the SDKs and find related documentation.
-
Download the Windows Azure HPC Scheduler SDK.
-
Download Windows Azure HPC Scheduler code samples.
-
Download the Windows Azure SDK.
-
Read the Windows Azure SDK Tools documentation.
Tip |
|---|
| To see how others have adapted and expanded on the basic Windows Azure HPC Scheduler sample service, read about and try the Cloud Numerics lab. Cloud Numerics is a numerical and data analytics library for data scientists, quantitative analysts, and others who write C# applications in Visual Studio. It enables these applications to be scaled out, deployed, and run on Windows Azure. |
Note |
|---|
| LINQ to HPC is a preview, not a production release. For more information, see the Windows HPC team blog. |

Tip