Resources for IT Professionals > 포럼 홈 > Windows HPC Server Developers - General > Overhead with using CCS scheduler using MPI
질문하기질문하기
 

답변됨Overhead with using CCS scheduler using MPI

  • 2008년 12월 8일 월요일 오후 11:37jingsongw 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    I'm setting up a compute cluster that uses MPI to generate calculations on the fly in short amounts of time <3s. I was wondering what kind of overhead times I would possibly see if I submitted jobs using the CCP API, or should I just use the Cluster.ExecuteCommand method instead?

    If neither of these is a possibility because the overhead of the CCP framework is too large, is there a way to bypass that and still harness the power of the MPI.NET?

답변

  • 2009년 6월 25일 목요일 오전 1:56Don PatteeMSFT, 중재자사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     답변됨
    You may want to look at the 'parametric sweep' and 'SOA'/'WCF' features in the HPC documentation. Those both enable more calculations to be done without paying a full job submission penalty for each one.

모든 응답

  • 2009년 6월 25일 목요일 오전 1:56Don PatteeMSFT, 중재자사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     답변됨
    You may want to look at the 'parametric sweep' and 'SOA'/'WCF' features in the HPC documentation. Those both enable more calculations to be done without paying a full job submission penalty for each one.