Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagetext
$ qacct -o <username> -j -d <days to report>  # shows accounting records for each of the user's job for the last x number of days
$ qacct -j <jobid>  # shows accounting record for a specific job

The accounting logs are rolled over and archived to prevent them from getting too large. They can be found in the /opt/ohpc/admin/sge directory. They are compressed but can be decompressed on the fly and fed into qacct.

No Format
zcat /opt/ohpc/admin/sge/accounting-20201201.gz | qacct -f - 

Conclusion

This was a high-level introduction to HPC computing, and there are many topics not covered by this wiki page. Our other wiki pages offer more detail on various aspects of the system and how to use it. We also offer consulting services, so if you have questions about using our resources, HPC in general, or would simply like additional assistance getting started, please do not hesitate to contact our staff: research-computing@uiowa.edu, and one of us will be happy to help you.