Hi,

> Am 21.10.2016 um 11:11 schrieb Sangmin Park <dorimosi...@gmail.com>:
> 
> Dear,
> 
> in general, qacct does not display user account if a user does not use 
> computing resource.

You mean by using "-o" to display usage per owner?


> But, I want to, actually, I need to know who does not use computing resource.
> So, I want to display user account even user does not use resource.
> Is there any idea to display account info?

I don't think so. The reason is that `qacct` accumulates the information it 
finds in the accounting file. It has no way to know which other users in the 
cluster exist with permission to submit jobs.

What you can do is to write a script:

- get all user account with an ID larger than your defined minimum (to exclude 
system accounts, often above UID 500 or 1000)
- sort the list by name
- compare the generated list to the output of `qacct -o`
- insert an additional line (with all usage reading zero) in case the UID in 
the list is not in `qacct -o`

-- Reuti


> Thanks,
> 
> -- 
> Ubuntu!
> I am, because you are here.
> ===========================
> Sangmin Park 
> mobile : +82-10-5094-0405
> ===========================
> _______________________________________________
> users mailing list
> users@gridengine.org
> https://gridengine.org/mailman/listinfo/users


_______________________________________________
users mailing list
users@gridengine.org
https://gridengine.org/mailman/listinfo/users

Reply via email to