A Top Level Overview of Parallelism from Microsoft's Point of View in 15 minutes IDC HPC User’s Forum April 2010 David Rich Director Strategic Business.

Slides:



Advertisements
Similar presentations
© 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Advertisements

© 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or.
Parallel Performance Tools in Visual Studio 2010.
© 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or.
© 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or.
© 2010 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Feature: Reprint Outstanding Transactions Report © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product.
Feature: Purchase Requisitions - Requester © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names.
MIX 09 4/15/ :14 PM © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Parametric Sweeps Cluster SOA MPI LINQ to HPC Excel Cluster Deployment Monitoring Diagnostics Reporting Job submission API and portal.
Co- location Mass Market Managed Hosting ISV Hosting.
What are Access Web App What are “Apps for Office” Microsoft Access Access “Apps for Office” Value of “Apps for Office” Apps for Office How it all works.
Windows 7 Training Microsoft Confidential. Windows ® 7 Compatibility Version Checking.
Feature: Purchase Order Prepayments II © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are.
Feature: OLE Notes Migration Utility
Feature: Web Client Keyboard Shortcuts © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are.
Feature: SmartList Usability Enhancements © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names.
Session 1.
travel Suru Windows 7 Release NET 4.0 / Surface 2.0 Release Multi-Touch Controls Multi-Touch API Surface Multi-Touch Controls & API Surface.
Built by Developers for Developers…. © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names.
 Rico Mariani Architect Microsoft Corporation.
© 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or.
Feature: Assign an Item to Multiple Sites © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names.
Financial Services Developer Conference Excel Solutions with CCS Antonio Zurlo Technology Specialist HPC Microsoft Corporation.
© 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or.
Feature: Print Remaining Documents © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or.
Connect with life Connect with life
NEXT: Overview – Sharing skills & code.
© 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or.
Feature: Document Attachment –Replace OLE Notes © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product.
Feature: Customer Combiner and Modifier © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are.
Ian Ellison-Taylor General Manager Microsoft Corporation PC27.
© 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or.
demo Instance AInstance B Read “7” Write “8”

customer.
“Click and Run ” “Click once repeat often” Admins Service Operations “ Install and forget” Engineering Support Key considerations: Deterministic, fool.
demo © 2008 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names.
Parallel Pattern Library Resource Manager Task Scheduler Task Parallel Library Task Parallel Library Parallel LINQ Managed Native Key: Threads Operating.
Browser Identity Provider Access Control Application.
demo Demo.
Feature: Void Historical/Open Transaction Updates © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product.
demo QueryForeign KeyInstance /sm:body()/x:Order/x:Delivery/y:TrackingId1Z
Feature: Suggested Item Enhancements – Analysis and Assignment © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and.
projekt202 © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are.
The CLR CoreCLRCoreCLR © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product.
© 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks.
© 2008 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or.
Sr. Dir. – Systems Architecture Inlet Technologies.

MIX 09 5/29/ :31 AM © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Lighting Up Windows Server 2008 R2 Using the ConcRT on UMS
Microsoft Dynamics NAV 2018 – what’s new
Возможности Excel 2010, о которых следует знать
C++ Forever: Interactive Applications in the Age of Manycore
Release Management with Visual Studio Team Services
Title of Presentation 12/2/2018 3:48 PM
F# for Parallel and Asynchronous Programming
Release Management with Visual Studio Team Services
Building and running HPC apps in Windows Azure
Microsoft Virtual Academy
8/04/2019 9:13 PM © 2006 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Виктор Хаджийски Катедра “Металургия на желязото и металолеене”
PENSACOLA ENERGY WORK PLAN OCTOBER 10, 2016
Шитманов Дархан Қаражанұлы Тарих пәнінің
Title of Presentation 5/24/2019 1:26 PM
Microsoft Virtual Academy
Presentation transcript:

A Top Level Overview of Parallelism from Microsoft's Point of View in 15 minutes IDC HPC User’s Forum April 2010 David Rich Director Strategic Business Development

For Today What we are seeing / “survey says” What we are doing – Products – “Incubations” and research – Visual Studios Partners (VSIP) An extra word on GPGPU Not going to talk about: – Rise of multi-core, GPGPU, limits of silicon, issues with power or other physical limits – “Missing middle” or need to bring HPC to a larger set of users – “Data deluge” caused by networked sensors and other sources – The fact that parallel programming is hard

Our Parallelism POV Pressure to move fast; – Microsoft is one of the few companies that has access to NDA roadmaps from all the volume processor vendors – We have a very large internal population involved in software engineering – We have tens of thousands of partner ISVs – So we know the trends and know solutions are needed Reasons to be careful; – “Don’t release, unless you’re ready to provide support for 10 years” – We don’t do things half way; Worldwide simultaneous release in 120 countries, full documentation Support, training and “evangelism” Over 6 Million current users of Visual Studios Support across full product line; tools, runtimes, OS, applications – Changing code is a large investment for our customers

Parallel Developer Survey Says Main performance barriers: network bandwidth and latency Developers indicated the most difficult tasks when developing parallel apps are debugging (37%), performance tuning (33%) and designing parallel algorithms (28%). Least satisfied with: – Debugging multi-threaded code, tasks or other parallel programming models – Analyzing code for deadlocks, races, and other concurrency side effects Developers targeting Windows ONLY have more experience on multicore technologies while those targeting other OS have more experience on clusters Microsoft funded survey: 93,000 contacted, screened, 900 with some parallel knowledge selected

Factors Limiting Adoption of Parallel Computing 5

GPGPU (of those with GPGPU knowledge) Main barriers: expertise and library availability C++ is the dominant starting point Most difficult development task is debugging and designing parallel algorithms

What are we Doing? First terminology; – Products – Incubations – Internal research and prototypes – Integrated Partner Products

Parallel Pattern Library Resource Manager Task Scheduler Task Parallel Library Parallel LINQ Threads Native Concurrency Runtime Managed Libraries ThreadPool Data Structures Tools Async Agents Library Async Agents Library UMS Threads Microsoft Research Microsoft Research Visual Studio 2010 Parallel Debugger Windows Parallel Debugger Windows Profiler Concurrency Analysis Profiler Concurrency Analysis Race Detection Fuzzing Axum Visual F# Managed Languages Rx Native Libraries Managed Concurrency Runtime DryadLINQ Key: Research / Incubation Visual Studio 2010 /.NET 4 Windows 7 / Server 2008 R2 HPC Server Operating System Visual Studio 2010 Tools / Programming Models / Runtimes

Parallel Technologies in Visual Studio 2010 Makes parallel computing more productive and easier to do – High-level parallel constructs and abstractions – Reduce code footprint and streamline parallel development – Helps developers express logical parallelism and map it to physical parallelism Includes advanced developer tools that understand parallel constructs – Provide debugger and profiler views that align with the way parallelism is expressed in code

Excel is frequently used as the “programming environment” for computational simulation Parallelizing Excel  Greatly increases the compute power available to Excel  Reduces the time it takes to actualize results and execute a greater number of calculations  Benefit with shorter time to results and improved probability or likelihood of the outcomes

 Excel runs on the cluster and recalculates workbook  Spreadsheet as a service with input and output values  Works with Excel or other application as “client” (like above)  Requires HPC Server 2008 R2 and Excel 2010 HPC Services for Excel  Offload existing UDF (external functions) to a cluster  Sample add-in for connecting to cluster  Requires HPC Server 2008 R2 and Excel 2010 Excel UDF on the Cluster  VSTO code in workbook calls out to SOA Service  Input and output managed by Excel developer Excel SOA Client Windows HPC Server 2008 R2 Provides two new mechanisms to distribute Excel calculations to an HPC Cluster NEW Excel 2010 on HPC Server 2008 R2

Incubations Accelerator – a high level data parallel language for use with GPUs and FPGAs Axum – A language for creating large scale distributed applications CHESS – A concurrency tool that helps reproduce “Heisenbergs” in parallel programs Dryad and DryadLINQ for distributed data-parallel applications All are available for trial use

NVIDIA Parallel Nsight The industry’s first IDE for massively parallel applications Accelerates co-processing (CPU + GPU) application development Complete integration with Visual Studio 2008 – Visual Studio 2010 integration later this year NVIDIA Confidential – Do not disclose before 12-April

Parallel Nsight 1.0 Parallel Debugger – GPU source code debugging – Variable and memory inspection System Analyzer – Platform-level analysis – For CPU and GPU Graphics Inspector – Visualize and debug graphics content NVIDIA Confidential – Do not disclose before 12-April

Microsoft and GPGPU The combination of Visual Studios and partner integrated tools such as those from NVIDIA, PGI and CAPS make Windows the best development platform for GPGPU computing. And for those of you developing server and cluster based GPGPU applications – don’t forget that no changes are needed if you use HPC Server 2008!

– Links to downloads – Links to Technical Documentation, HPC Team Blog, and HPC Forums – Updated regularly with new docs, SDKs, samples, videos, and other useful information us/products/2010/default.mspx – Visual Studio – Parallel Computing Developer Center 16 Additional Information

© 2008 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.