Sign in
Phil's Blog
Phil Pennington @ MSFT
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
C++ Concurrency Runtime
ConcRT
Parallel Computing
Parallel Extensions
PCP
PDC'09
PowerShell
R2CORE
Server 2008 R2
Server Core
Visual Studio 2010
VS2010
w2k8r2
Web Platform
Windows 7
Windows HPC Server 2008 HPC CCS 2008 CCP beta
Windows SDK
Windows Server
Windows Server 2008 R2
Windows+7
Windows+7 Server+2008+R2
Windows+7 Server+2008+R2 Win7 Windows+Server
Windows+HPC
Windows+Server+2008
Windows+Server+2008+R2
Archive
Archives
February 2013
(1)
August 2012
(1)
June 2012
(1)
May 2012
(1)
November 2011
(1)
July 2011
(1)
May 2011
(1)
March 2011
(2)
November 2010
(1)
September 2010
(3)
August 2010
(3)
July 2010
(1)
June 2010
(2)
May 2010
(2)
April 2010
(2)
March 2010
(4)
February 2010
(2)
January 2010
(3)
December 2009
(2)
November 2009
(5)
October 2009
(3)
September 2009
(3)
August 2009
(12)
July 2009
(11)
May 2009
(10)
April 2009
(2)
March 2009
(6)
February 2009
(1)
January 2009
(6)
December 2008
(2)
October 2008
(5)
September 2008
(1)
August 2008
(4)
July 2008
(2)
June 2008
(6)
May 2008
(4)
April 2008
(2)
March 2008
(4)
February 2008
(3)
January 2008
(5)
December 2007
(7)
November 2007
(4)
October 2007
(2)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Phil's Blog
Resources for HealthVault Application Developers
Posted
2 months ago
by
Phil-Pennington
0
Comments
I’ve recently joined the Microsoft HealthVault team in a Solutions Architect role with a focus on assisting our partners and customers as they build great HealthVault integrated solutions. ...
Phil's Blog
How to Configure a Windows Azure Virtual Machine File Server and use it from within Windows HPC Server Compute Jobs
Posted
8 months ago
by
Phil-Pennington
0
Comments
Recall the following axiom from your CS101 class…? “To solve a problem, create abstractions. To attain efficiency, remove abstractions.” Such is the case with I/O in the Cloud (i.e. all Clouds). Efficiency requires designing for...
Phil's Blog
C++ AMP Course Now Available From Acceleware
Posted
10 months ago
by
Phil-Pennington
0
Comments
I recently attended an excellent new course offered by Acceleware covering the C++ Accelerated Massive Parallelism (AMP) library and tools. AMP extends the C++ language to enable high-scale data-parallel computational algorithms and targets...
Phil's Blog
How to Configure a Startup Script for Windows Azure Nodes using Windows HPC Server Node Templates
Posted
11 months ago
by
Phil-Pennington
0
Comments
Download the script files associated with this topic from here . Refer to the authoritative documentation for this topic here . This feature functionality applies when utilizing Windows HPC Server to deploy compute nodes onto Windows Azure using...
Phil's Blog
Windows Azure HPC Scheduler SDK Now Available!
Posted
over 2 years ago
by
Phil-Pennington
0
Comments
Easily Develop Distributed Parallel Computing Solutions for Windows Azure. A new optional extension of the Windows Azure SDK, the Windows Azure HPC Scheduler SDK enables developers to create a new class of Windows Azure solutions. The SDK...
Phil's Blog
LINQ to HPC Beta2 Now Available
Posted
over 2 years ago
by
Phil-Pennington
0
Comments
Note the recent release of Windows HPC Server 2008 R2 Service Pack 2 with a list of new features. A corresponding new distributed runtime for “big data” parallel computing is concurrently released in beta form. The “new” runtime...
Phil's Blog
Updated GAMESS for Windows HPC Server 2008 R2
Posted
over 2 years ago
by
Phil-Pennington
0
Comments
We recently completed a collaboration with the Quantum Theory Group at Ames Laboratory, Iowa State University, to update and tune the GAMESS application for Windows HPC Server 2008 R2 . Obtain the source code here and learn more about chemistry...
Phil's Blog
Put a VM on Azure
Posted
over 2 years ago
by
Phil-Pennington
0
Comments
Just expanding the reach of Giovanni’s excellent walk-thru on this topic, click here…
Phil's Blog
Use Windows Azure for HPC Workloads
Posted
over 2 years ago
by
Phil-Pennington
0
Comments
Windows HPC Server 2008 R2 Service Pack 1 (released in December, 2010) includes new functionality for “burst-mode” integration with Windows Azure worker-role compute nodes. The integrated solution, in it’s current form, is intended primarily...
Phil's Blog
Resources for Windows Server 2008 R2 Service Pack 1 Release Candidate
Posted
over 3 years ago
by
Phil-Pennington
0
Comments
The SP1 RC is now available for evaluation download. Please see the following associated resources: Technical Forum Frequently Asked Questions New Features Details SP1 Deployment Guide
Phil's Blog
IE9 & WP7 Announcements
Posted
over 3 years ago
by
Phil-Pennington
0
Comments
Two big product announcements in as many days! The IE9 beta is available for evaluation and the Windows Phone 7 Developer Kit is ready as well.
Phil's Blog
September MSDN Magazine – Focus on Concurrency
Posted
over 3 years ago
by
Phil-Pennington
0
Comments
Many of us are still awaiting the many-core machines we keep reading about. But, writing code for these systems really should begin today. In practice, there’s not a tremendous difference in writing code that targets an 8-core machine versus one...
Phil's Blog
New Book – Parallel Programming with Microsoft .NET
Posted
over 3 years ago
by
Phil-Pennington
0
Comments
The Microsoft Patterns & Practices team has announced completion of their latest publication subtitled Design Patterns for Decomposition and Coordination of Multicore Architectures . Draft chapters of this book have been available via...
Phil's Blog
Practical Tools for Analyzing Concurrency – Code Stepping
Posted
over 3 years ago
by
Phil-Pennington
0
Comments
One of the clear differences between the release of Visual Studio 2010 (VS2010) and any of its predecessors is the new support for developing parallel code for multi-core computers. If you are a .NET developer, the 4.0 .NET Framework includes PLINQ and...
Phil's Blog
Experimenting with Data and Services
Posted
over 3 years ago
by
Phil-Pennington
0
Comments
Like me, you may have missed the AzGroups.org Day of .NET event in Phoenix during the latter part of May. I highly recommend the Hanselman treatment of OData and especially if your a bit confused by the pesky rebranding engine that hopefully has...
Phil's Blog
Introducing LightSwitch and WebMatrix - New Visual Studio Tools
Posted
over 3 years ago
by
Phil-Pennington
0
Comments
You'll want to check-out these two new tools that extend the functionality of Visual Studio and make it easier to develop common types of desktop, web, and azure applications. Web Matrix is announced here ... LightSwitch is detailed here ...
Phil's Blog
University Parallel Computing Research Center (UPCRC) “Summer School”
Posted
over 3 years ago
by
Phil-Pennington
0
Comments
The UPCRC at the University of Illinois is hosting it’s 2010 Summer School on Multicore Programming (July 19-23), at the Siebel Center for Computer Science. Microsoft’s participation in this event represents a collaboration between Microsoft Developer...
Phil's Blog
Using PCP – Parallel.For() Overloads for Common Task Scheduling Scenarios
Posted
over 3 years ago
by
Phil-Pennington
0
Comments
A common pattern in parallel computing scenarios is the task scheduling/execution scenario of initialization(1) –> parallel-work-execution(N) –> finalization(1). The initialization phase runs once (as a single task) followed by the parallel...
Phil's Blog
Windows Server 2008 R2 Application Readiness
Posted
over 3 years ago
by
Phil-Pennington
0
Comments
Customers tell us that the verified compatibility of their applications is the #1 factor driving their upgrade decisions. Verifying compatibility with Windows Server 2008 R2 before the application ships promotes operational efficiency, improves scalability...
Phil's Blog
Phil @ Houston C# SIG
Posted
over 3 years ago
by
Phil-Pennington
0
Comments
If you’re in Houston on May 17, please consider yourself welcome to join us for a presentation on Visual Studio 2010 and the Parallel Computing Platform. More info here .
Phil's Blog
Using PCP - How to accomplish Reduction
Posted
over 3 years ago
by
Phil-Pennington
0
Comments
A common operation in parallel code design involves accumulating, or “reducing”, results from a number of concurrent operations into a single “all-up” result. With the Parallel Computing Platform , this operation is associated closely with...
Phil's Blog
New Windows Azure Reference Application Available
Posted
over 3 years ago
by
Phil-Pennington
0
Comments
Learning Windows Azure development? You’ll want to see the new “Bid-Now” sample application published on MSDN Code Gallery. Read about it at David Aiken’s blog .
Phil's Blog
2010 Scripting Games
Posted
over 3 years ago
by
Phil-Pennington
0
Comments
The Scripting Guys are back! Every year, the Scripting Guys host something called the Scripting Games. It’s a fun competition in which participants attempt to solve beginner or advanced puzzles with scripts in either Windows PowerShell or VBScript...
Phil's Blog
New Parallel Computing Platform (PCP) Developer Resources
Posted
over 3 years ago
by
Phil-Pennington
0
Comments
The Visual Studio Launch will open a new chapter for Developers writing Windows applications. Included with Visual Studio 2010 are several new parallel computing technologies and tools. C++ Developers will discover the C++ Concurrency...
Phil's Blog
New Windows Phone Training Kit and Developer Tools!
Posted
over 3 years ago
by
Phil-Pennington
0
Comments
Today, Microsoft released the first Windows Phone 7 Developer Training Kit. The Kit included hands-on-labs that corresponds to the free Windows Phone 7 Developer tools CTP that was also released today. The training kit includes three Silverlight labs...
Page 1 of 6 (144 items)
1
2
3
4
5
»