Microsoft HPC Pack SDK
Purpose
Microsoft HPC Pack (Windows HPC Server) provides secure, scalable cluster resource management, a job scheduler, and a Message Passing Interface (MPI) stack for parallel programming. This document provides details for writing client applications that interact with the job scheduler. For information about MPI, see Microsoft MPI.
You can use the Microsoft HPC Pack SDKs to schedule jobs on clusters that are created by using Microsoft HPC Pack 2008, Microsoft HPC Pack 2008 R2, Microsoft HPC Pack 2012, or Microsoft HPC Pack 2012 R2. You cannot use these SDKs to schedule jobs on Microsoft Compute Cluster Server 2003 (CCS). For information on the SDK for CCS, see Microsoft Compute Cluster Pack.
The following HPC Pack 2012 R2 and HPC Pack 2012 SDK downloads are available:
- HPC Pack 2012 R2 Update 3 SDK
- HPC Pack 2012 R2 Update 2 SDK
- HPC Pack 2012 R2 Update 1 SDK
- HPC Pack 2012 R2 SDK and code samples
- HPC Pack 2012 SDK with SP1
- HPC Pack 2012 SDK
The following HPC Pack 2008 R2 SDK downloads are available:
- HPC Pack 2008 R2 SDK with SP4 and code samples
- HPC Pack 2008 R2 SDK with SP3 and code samples
- HPC Pack 2008 R2 SDK with SP2 and code samples
- HPC Pack 2008 R2 SDK with SP1 and code samples
- HPC Pack 2008 R2 SDK and code samples
The following HPC Pack 2008 SDK downloads are available:
For information about IT pro documentation for Windows HPC Server, see Windows HPC Server. For information about IT pro Technical Reference documentation for Microsoft HPC Pack, see the Microsoft HPC Pack Technical Reference.
Developer audience
HPC is designed for C, C++, Fortran, and .NET developers and those writing scripts.
Run-time requirements
To run an application that uses the HPC SDK, the computer must have the HPC Pack Client Utilities installed.
For information about run-time requirements for a particular programming element, see the Requirements section of the reference page for that element.
In this section
Using HPC
Procedural guide for developing HPC client applications.HPC Reference
Reference information for the native HPC API.HPC .NET Reference
Reference information for the .NET HPC API.