Web replica down

mountkidd
mountkidd
Joined: 14 Jun 12
Posts: 175
Credit: 11035926455
RAC: 5281338

RE: - to limit I/O, the

Quote:

- to limit I/O, the Pendings page has been modified to show only the sum of claimed credit. For individual tasks it refers to the Tasks page, filtering Pending tasks.

BM

Adding the Pending Claimed Credit total to the 'Your Account' web page might further reduce the need for accessing the Pending page detail.

Gord

Bernd Machenschalk
Bernd Machenschalk
Moderator
Administrator
Joined: 15 Oct 04
Posts: 4273
Credit: 245268196
RAC: 12307

RE: Adding the Pending

Quote:
Adding the Pending Claimed Credit total to the 'Your Account' web page might further reduce the need for accessing the Pending page detail.

Thanks. Done.

BM

BM

Maximilian Mieth
Maximilian Mieth
Joined: 4 Oct 12
Posts: 128
Credit: 9908573
RAC: 1060

How is the pending credit

How is the pending credit calculated? At the moment I have

Quote:
877.82 of 17 tasks


It seems to me that this number connot be correct...

Neil Newell
Neil Newell
Joined: 20 Nov 12
Posts: 176
Credit: 169699457
RAC: 0

My understanding is 'pending

My understanding is 'pending credit' is badly skewed for GPU users; the BRP tasks in particular give 500 credit and take an absolute age on a CPU, reflecting the computational effort required - but a GPU can chew through the same work far faster. So while the host doesn't claim much credit (resulting in a low pending score) when the work is validated you get credited the full amount (reflecting the work done).

Maybe it's possible to change 'pending credit' so it reflects the credit that will be granted once the work is validated, instead of the amount claimed by the host?

Bernd Machenschalk
Bernd Machenschalk
Moderator
Administrator
Joined: 15 Oct 04
Posts: 4273
Credit: 245268196
RAC: 12307

In our first own

In our first own implementation of "server assigned credit" per workunit the claimed credit of a task was set identical to what would be granted if the task was found valid. Pendings, claimed and granted credit etc. actually were pretty much in sync.

Subsequent development of BOINC code (API, client, server) later messed this up. We would need to derive significantly from standard BOINC if we want to get that working again as it used to.

BM

BM

mountkidd
mountkidd
Joined: 14 Jun 12
Posts: 175
Credit: 11035926455
RAC: 5281338

RE: RE: Adding the

Quote:
Quote:
Adding the Pending Claimed Credit total to the 'Your Account' web page might further reduce the need for accessing the Pending page detail.

Thanks. Done.

BM

Thanks Bernd. It looks good!

Gord

Horacio
Horacio
Joined: 3 Oct 11
Posts: 205
Credit: 80557243
RAC: 0

Knowing that the pending

Knowing that the pending credits are not even close to what it's supossed to be... Why does people care about them? Is this usefull for anything?

I mean, what is the point in loading the servers quering the DB and adding those claimed credits? Wouldnt be enought to show only the number of pending tasks?

mountkidd
mountkidd
Joined: 14 Jun 12
Posts: 175
Credit: 11035926455
RAC: 5281338

The number of Pending Tasks

The number of Pending Tasks just became available a few days ago, whereas the Pending total has been available all along. Right or not, I have been using the Pending total as a crude measure of Credits in reserve. One measure of many used to assess host performance as processing capacity is added.

Gord

Bernd Machenschalk
Bernd Machenschalk
Moderator
Administrator
Joined: 15 Oct 04
Posts: 4273
Credit: 245268196
RAC: 12307

RE: I mean, what is the

Quote:
I mean, what is the point in loading the servers quering the DB and adding those claimed credits? Wouldnt be enought to show only the number of pending tasks?

Summing up one column doesn't load a (MySQL) DB significantly more than counting the rows.

BM

BM

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.