Skip to content

About SI00, CPUTime, maxCPUTime and what more #5912

Answered by aldbr
ernstpijper asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

Sorry, definitions can be inconsistent between the documentation and the code, we have to work on that...

Let's start with some definitions (that has not been applied into the code yet :-)):

  • CPUTime: the real time allowed in the queue. unit: real seconds. This is equivalent to the WallClockTime.
    Because an application will not spend the same time to run on different CPU models, this parameter is not sufficient, especially if you are using heterogeneous computing resources.
    Thus, in such context, we generally need to normalize the CPUTime.
  • CPUPower: how efficient a given CPU is to compute a certain type of applications. unit: HS06 by default.
  • CPUWork: the amount of work allowed in the…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by fstagni
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants