locked
HPC mock for testing RRS feed

  • Question

  • Hi,

    I am using the HPC 2012 API in a C# component to submit jobs to an HPC cluster.

    Is there any library that will allow me to mock HPC so that I can test the part of my system that submits jobs to HPC in isolation ?
    I cannot run HPC locally because I do not want to actually run the jobs I submit. I just need my mock HPC to accept the job submitions, simulate job completion or failure. Furthermore, I want to integrate the tests in an automated test suite that can run on nodes without an HPC installation.

    Thanks,
    Candide
    Tuesday, June 14, 2016 12:26 PM

Answers

  • Hi,

      We don't have library to simulate job submission, completion, failure. -- In our next release we will try to provide a windows container with HPC Pack installed for quick testing/validation.

    I would suggest at this stage you at least set up one server (one server can be the headnode + compute node) for the testing purpose.


    Qiufang Shi

    Thursday, June 16, 2016 2:08 AM