Using HPC to Speed Up Compiling in Visual Studio.NET 2008

Proposed Using HPC to Speed Up Compiling in Visual Studio.NET 2008

  • jueves, 23 de diciembre de 2010 0:01
     
     

    Is it possible to use HPC as a distributed build system for Visual Studio.NET 2008 C++ applications?

    Our business uses Visual Studio.NET 2008 to create huge (1GB+ EXE's) C++ programs, some of which takes hours to compile.  We have several 'stand alone' build systems but if we could create a 'compile farm' using HPC as a means to distribute the load it would be immensely useful.

     Thanks!

     

Todas las respuestas

  • sábado, 05 de febrero de 2011 0:33
    Moderador
     
     Respuesta propuesta

    The Visual Studio software is not made to automatically make use of a Windows HPC cluster. Since there are command line options to compile VS projects you could create your own distributed solution though.

  • miércoles, 16 de febrero de 2011 5:27
     
     

    Assuming that you have many subprojects, you could orchestrate comamnd line build of each on separte HPC nodes.

    Subprojects dependant upon each other would run on the same nodes.

    Also if you have multiple build versions you could configure them to run on different nodes


    DJaus Snr SW Dev (Embedded Systems and .NET)