Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
doku:slurm_sacct [2015/05/28 14:17] – [Accounting script] irdoku:slurm_sacct [2015/07/13 06:53] markus
Line 1: Line 1:
-====== Accounting Info of your project ======+====== Accounting info of your project ======
 ===== Accounting script ===== ===== Accounting script =====
  
Line 6: Line 6:
  
 === Usage of the script === === Usage of the script ===
-You may give start time ''-S ...'' and end time ''-E ...''default start time is the start of VSC-3, 2015-04-01T00:00:00, default end time is today. Instead you may give a duration ''-D d'' which gives you the core-hours within the past //d// days.+You may give start time ''-S ...'' and end time ''-E ...''Default start time is the start of VSC-3, 2015-04-01T00:00:00, default end time is today. Instead you may give a duration ''-D d'' which gives you the core-hours within the past //d// days.
 == Examples: == == Examples: ==
 <code> <code>
-/opt/sw/x86_64/generic/bin/vsc3CoreHours.py -S 2015-04-23  -E  2015-05-26T00:00:01 +vsc3CoreHours.py                     # total project time span 
-/opt/sw/x86_64/generic/bin/vsc3CoreHours.py -2015-04-23  default end is today +vsc3CoreHours.py -D 7                # last week 
-/opt/sw/x86_64/generic/bin/vsc3CoreHours.py -D 7           last week+vsc3CoreHours.py -S 2015-04-23 -E 2015-05-26T00:00:01 
 +vsc3CoreHours.py -2015-05-26       project start until 2015-05-26 
 +vsc3CoreHours.py -S 2015-04-23       2015-04-23 until today
 </code> </code>
  
Line 118: Line 120:
 </code> </code>
  
 +==== Job Memory Usage ====
 +<code>
 +sacct -j <job_ID> --format=JobID,MaxVMSize,MaxVMSizeNode,MaxVMSizeTask
 +</code>
  
  • doku/slurm_sacct.txt
  • Last modified: 2023/01/30 14:14
  • by goldenberg