Phil's Blog

Technical Computing Developer Community Resources

Posts
  • Phil's Blog

    Windows Azure HPC Scheduler SDK Now Available!

    • 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

    • 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

    • 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

    • 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

    • 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

    • 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

    • 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

    • 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

    • 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

    • 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

    • 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

    • 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”

    • 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

    • 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

    • 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

    • 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

    • 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

    • 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

    • 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

    • 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!

    • 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...
  • Phil's Blog

    Parallel Computing Platform Developer Lab

    • 0 Comments
    Microsoft Developer & Platform Evangelism, in collaboration with the Microsoft Parallel Computing Platform product team, is hosting a developer lab at the Platform Adoption Center on April 12-15, 2010.  This event is for Microsoft Partners and...
  • Phil's Blog

    Get Windows Server App-Fabric beta2 via the Web Platform Installer

    • 0 Comments
    AppFabric is a combination of the distributed caching features previously codenamed “Velocity” and the composite application management features previously codenamed “Dublin”.  These extensions to Windows Server combine to enable a rich IIS-based...
  • Phil's Blog

    MPI Project Template for Visual Studio 2008/2010

    • 0 Comments
    This new Visual Studio Gallery template sets up a project that can be used as the starting point for developing an MPI application.  After template installation, an “MPI Project” entry appears in the Visual Studio “New Project” dialog.  If the...
  • Phil's Blog

    Visual Studio 2010 Release Candidate Arrives

    • 1 Comments
    Designing applications for “many-core” scale?   You’ll want to consider the C++ Concurrency Runtime and .NET4 Parallel Extensions libraries included with Visual Studio 2010.   These new Parallel Computing libraries integrate seamlessly...
Page 1 of 6 (140 items) 12345»