Skip to content

Commit

Permalink
slurm2sql: seff: Add GPUmem as a column
Browse files Browse the repository at this point in the history
  • Loading branch information
rkdarst committed Sep 5, 2024
1 parent 3e96994 commit 64d10c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions slurm2sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -1172,6 +1172,7 @@ def seff_cli(argv=sys.argv[1:], csv_input=None):
NGpus,
iif(NGpus, printf("%3.0f%%",round(GPUeff,2)*100), NULL) AS GPUeff,
iif(NGpus, printf("%4.1f",GPUmem/1073741824), NULL) AS GPUmemGiB,
round(TotDiskRead/Elapsed/1048576,2) AS read_MiBps,
round(TotDiskWrite/Elapsed/1048576,2) AS write_MiBps
Expand Down

0 comments on commit 64d10c7

Please sign in to comment.