Hi, I use the following to generate a report for an account with the associated users:
$ sreport cluster AccountUtilizationByUser tree account=agtest start=2012-01-01 end=2012-12-31 -t hours -n mycluster agtest 1729488 0 mycluster agtest alice Smith 138431 0 mycluster agtest bob Brown 224133 0 mycluster agtest carol Green 7630 0 Is there any way (other than piping the result through grep, awk, etc) to get just the total utilisation for the account, i.e. just mycluster agtest 1729488 0 without the values for the users? I'm using Slurm 14.11.8. Cheers, Loris -- This signature is currently under construction.
