UQ-RCC / nimrodg

Nimrod/G
https://rcc.uq.edu.au/nimrod
Apache License 2.0
1 stars 0 forks source link

Job count querying #41

Open vs49688 opened 3 years ago

vs49688 commented 3 years ago

The Nimrod Portal requires completed, failed, running, pending, and total counts of each job. This information isn't available unless the status of each job (and thus each attempt) is queried and counted, which is slow.

A new method JobCounts getJobCounts(Experiment exp); should be added to NimrodAPI, which provides this information in an efficient way.