Milkyway@home
Milkyway@home
New project at http://milkyway.cs.rpi.edu/milkyway/
No work yet as they're still configuring but it's one to keep an eye on
No work yet as they're still configuring but it's one to keep an eye on

Cruncher: i7-8700K (6 cores, 12 threads), 16GB DDR4-3000Mhz, 8GB NVIDIA 1080
-
- Member
- Posts: 37
- Joined: Sat May 20, 2006 8:19 am
Hi Crystallize,
You've found a bug there in some ways...
For users whose stats are not in a project's XML files, the site attempts to parse their stats from the project's HTML stats. One piece of information that is missing from the HTML stats is the "expavg_time" time stamp. I have updated the parsing code to use the time that the stats were parsed for this value which will now allow RAC values for these user's to be calculated in real time.
As your MilkyWay stats are not yet in the XML stats, the value for the "expavg_time" was stored with the default value of zero, which is January 1st 1970! So your RAC value is calculated to be zero as a result.
Your stats will be correct once they've made their way into the project's XML stats files.
All future account additions done via HTML stats will have almost correct RAC values.
Cheers,
Neil.
You've found a bug there in some ways...
For users whose stats are not in a project's XML files, the site attempts to parse their stats from the project's HTML stats. One piece of information that is missing from the HTML stats is the "expavg_time" time stamp. I have updated the parsing code to use the time that the stats were parsed for this value which will now allow RAC values for these user's to be calculated in real time.
As your MilkyWay stats are not yet in the XML stats, the value for the "expavg_time" was stored with the default value of zero, which is January 1st 1970! So your RAC value is calculated to be zero as a result.
Your stats will be correct once they've made their way into the project's XML stats files.
All future account additions done via HTML stats will have almost correct RAC values.
Cheers,
Neil.
-
- Member
- Posts: 37
- Joined: Sat May 20, 2006 8:19 am
Hi,
The MilkyWay stats files were last updated on 12th Nov according to: http://milkyway.cs.rpi.edu/milkyway/stats/.
Despite this, my site (at present) does not check for the timestamp on the files, it just downloads and parses them even if it's not needed. This is why my site reports that it last updated the MilkyWay stats today.
Your stats are not in the 12th Nov user.gz file - the onus is on the MilkyWay chaps to generate new XML stats, I can't do anything to speed the process.
Cheers,
Neil.
The MilkyWay stats files were last updated on 12th Nov according to: http://milkyway.cs.rpi.edu/milkyway/stats/.
Despite this, my site (at present) does not check for the timestamp on the files, it just downloads and parses them even if it's not needed. This is why my site reports that it last updated the MilkyWay stats today.
Your stats are not in the 12th Nov user.gz file - the onus is on the MilkyWay chaps to generate new XML stats, I can't do anything to speed the process.
Cheers,
Neil.
-
- Member
- Posts: 37
- Joined: Sat May 20, 2006 8:19 am
...so you're scraping the HTML page that may change layout at any time? There is an XML version you should be using... [Example]Neil wrote:For users whose stats are not in a project's XML files, the site attempts to parse their stats from the project's HTML stats. One piece of information that is missing from the HTML stats is the "expavg_time" time stamp. I have updated the parsing code to use the time that the stats were parsed for this value which will now allow RAC values for these user's to be calculated in real time.
Last edited by povaddict on Wed Dec 12, 2007 4:58 am, edited 1 time in total.
