High Performance Computing Group

 View Only
  • 1.  LSF: decoding GPU information in lsb.acct

    Posted 5 days ago

    Hi,

    is there some documentation, or even better, an API call, to decode the GPU_ALLOC_COMPAT string in the lsb.acct file?  We have our own internal version of 'bacct', that provides e.g. JSON output, we can feed into our internal accounting/billing tool.  With different models in the GPU queues, we also need to get at least the GPU model, and eventually the 'mig' value from this string.

    Thanks!



    ------------------------------
    Bernd Dammann
    ------------------------------


  • 2.  RE: LSF: decoding GPU information in lsb.acct

    Posted 4 days ago

    Please refer to the structure "struct gpuJobData" in lsbatch.h. This string is generated from gpuJobData but add some more information.



    ------------------------------
    Ji Shan Xing
    ------------------------------