Versions Compared

Key

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

...

RC created two simplified commands, O2squeue and O2sacct  based O2_jobs_report  based on slurm squeue and sacct, that can be used to gather information about your active (pending or running) jobs and your past jobs. 

...

O2squeue can take as inputs the string R or PD to selectively list only running or pending jobs

...


O2_jobs_report

This command is based on slurm Slurm command sacct and will return information about your past jobs. For example:several information 

Code Block
login05:~ O2sacct
          JobID    Partition        State             Nodelist                     Start            TimeLimit              Elapsed      CPUefficiency_%                                AllocTRES   MaxMemoryUsed
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
       21769333     priority    COMPLETED     compute-a-16-162       2020-11-09T00:15:11             00:05:00             00:00:43                67.44         billing=1,cpu=1,mem=0.98G,node=1
 21769333.batch                 COMPLETED     compute-a-16-162       2020-11-09T00:15:11                                  00:00:43                67.44                   cpu=1,mem=0.98G,node=1           0.53G
21769333.extern                 COMPLETED     compute-a-16-162       2020-11-09T00:15:11                                  00:00:45                 0.00         billing=1,cpu=1,mem=0.98G,node=1               0
       21775057     priority    COMPLETED     compute-a-16-168       2020-11-09T01:17:10             00:05:00             00:00:50                58.00         billing=1,cpu=1,mem=0.98G,node=1
 21775057.batch                 COMPLETED     compute-a-16-168       2020-11-09T01:17:10                                  00:00:50                58.00                   cpu=1,mem=0.98G,node=1           0.50G
21775057.extern                 COMPLETED     compute-a-16-168       2020-11-09T01:17:10                                  00:00:50                 0.00         billing=1,cpu=1,mem=0.98G,node=1               0

...