We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86d205f commit d141b6bCopy full SHA for d141b6b
slurm2sql.py
@@ -888,7 +888,7 @@ def infer_type(cd):
888
'max(NGpus) AS NGpus, '
889
'max(NGpus)*max(Elapsed) AS gpu_s_reserved, '
890
'max(NGpus)*max(Elapsed)*max(GPUutil) AS gpu_s_used, '
891
- 'max(GPUutil) AS GPUeff, ' # Individual job with highest use (check this)
+ 'max(GPUutil)/max(NGpus) AS GPUeff, ' # Individual job with highest use (check this)
892
'max(GPUMem) AS GPUMem, '
893
'MaxDiskRead, '
894
'MaxDiskWrite, '
0 commit comments