mersenneforum.org

mersenneforum.org (https://www.mersenneforum.org/index.php)
-   GPU Computing (https://www.mersenneforum.org/forumdisplay.php?f=92)
-   -   mfaktc: a CUDA program for Mersenne prefactoring (https://www.mersenneforum.org/showthread.php?t=12827)

flashjh 2011-12-31 04:22

[QUOTE=James Heinrich;284146]That's a server-side issue that is as-yet unaddressed. Doesn't matter what format you submit for manual results, Primenet will (currently) ignore the differences and process it however it sees fit. Which is usually right, but not always.[/QUOTE]

As for the GHz days, it's wrong, but it's not that big of a deal. However, it messes up the statistical results on your website which i think are really important for historical purposes. Do you think the data will get fixed in the future or is it permanent? I have kept an archive of all my results files, maybe one day they can be used to fix the data in PrimeNet?

Edit: I was just reading [URL="http://www.mersenneforum.org/showpost.php?p=284184&postcount=1035"]here[/URL] that you have to upload results to James' site. I did not know it was separtate. I'll have to spend some time uploading my files.

I still wonder if it's possible to ever fix PrimeNet's data for all out GPU TFs that show as P-1?

James Heinrich 2011-12-31 14:39

[QUOTE=flashjh;284188]However, it messes up the statistical results on your website which i think are really important for historical purposes. Do you think the data will get fixed in the future or is it permanent? I have kept an archive of all my results files, maybe one day they can be used to fix the data in PrimeNet?[/quote]Any data that is uploaded directly to [url=http://mersenne-aries.sili.net/]my site[/url] should be accurately credited for both work type and GHz-days. If it's not, let me know.

Primenet's interpretation of manual results remains an issue for now, but one that I can hopefully help address within the next few weeks/months. Where that affects my data is when I spider new results from PrimeNet; if these are mis-reported then I will import bad data. If you also upload your real results.txt data to my site then it's much easier to find invalid TF-PM1 confused results and potentially fix them.

[quote]I still wonder if it's possible to ever fix PrimeNet's data for all out GPU TFs that show as P-1?[/QUOTE]Unfortunately I'm not convinced that Primenet retains detailed logs for factoring assignments (just increments factor-type counter for the user, and records the factor for the exponent). But it still should be possible to later go through the data and look for improbable P-1s (where it would be hard to find said factor with P-1, but relatively easy with TF). But I need to fix Primenet's poor interpretation of manual results first.

[quote]I'll have to spend some time uploading my files.[/quote]Shouldn't take that long to upload. Bundle up all your results into one or two files and upload away. Results files with PrimeNet-style user/computer IDs at the beginning of the line are automatically handled correctly; for mfakt* results which have no user/computer data you should specify your username and "computer" ID in the appropriate boxes. If you work with multiple GPUs, upload data for one GPU at a time to avoid confusion. Other than that there's no real limit on upload size (my server parses results [i]much[/i] faster than primenet :smile:).

James Heinrich 2011-12-31 14:41

Feature request for [i]TheJudger[/i] / [i]Bdot[/i]:
Can you put two optional fields in mfaktc.ini for username and computerid, so that if the user fills them out then it puts the Primenet-style "UID: username/computername, " at the beginning of results lines? Makes parsing results much easier and less subject to confusion.

flashjh 2011-12-31 15:33

I have quite a few TF and TF DC results that were reported to PrimeNet but they are still showing up in my assignments page on GPU to 72. It's been over 4 hours since the report to PrimeNet. Will they eventually get detected or is something wrong?

kladner 2011-12-31 17:22

Uploading results
 
I have gotten all my Windows Prime95-64bit and mfaktc results submitted. EDIT: To [URL]http://mersenne-aries.sili.net[/URL]

I'm not sure how to submit results from a defunct 32bit Prime95 setup.

Then there's a headless Linux box. I'm still really inept in this area, in that I don't know any easy way to copy that results.txt to Windows for submission. I attempted to extract the results from the PrimeNet Results page, but that is not correctly formatted and so was not recognized.

I'm accessing the Linux system via putty. Any guidance in getting those results would be appreciated.

EDIT2: Perhaps this query would have been better off posted here: [url]http://www.mersenneforum.org/showthread.php?t=11101&page=42[/url]
but at this point I'll leave well enough alone.

Dubslow 2011-12-31 19:17

[QUOTE=kladner;284252]Then there's a headless Linux box. I'm still really inept in this area, in that I don't know any easy way to copy that results.txt to Windows for submission.

I'm accessing the Linux system via putty. Any guidance in getting those results would be appreciated.[/QUOTE]
It's possible something like scp might work. I don't know exactly how to use it, but it should get you started. 'man scp'

[QUOTE=flashjh;284238]I have quite a few TF and TF DC results that were reported to PrimeNet but they are still showing up in my assignments page on GPU to 72. It's been over 4 hours since the report to PrimeNet. Will they eventually get detected or is something wrong?[/QUOTE]Put this in the GPU272 forum, in the 'Assignments discrepancy' thread.

kladner 2011-12-31 19:28

[QUOTE=Dubslow;284265]It's possible something like scp might work. I don't know exactly how to use it, but it should get you started. 'man scp'

[/QUOTE]

Thanks, Dubslow. I'll have a look. Just having a name is a big step forward.

chalsall 2011-12-31 19:37

[QUOTE=flashjh;284238]I have quite a few TF and TF DC results that were reported to PrimeNet but they are still showing up in my assignments page on GPU to 72. It's been over 4 hours since the report to PrimeNet. Will they eventually get detected or is something wrong?[/QUOTE]

Sorry...

I had turned off the Observation spider while I drilled down on the assignment dependency problem. I figured out what was going on at about 0500 my time, but was so tired I forgot to turn it back on...

I'll have a full report over in the G72 sub-forum in a few hours (or maybe tomorrow -- it is Old Years Night, after all... :smile:).

Bdot 2012-01-01 10:29

[QUOTE=James Heinrich;284229]Feature request for [I]TheJudger[/I] / [I]Bdot[/I]:
Can you put two optional fields in mfaktc.ini for username and computerid, so that if the user fills them out then it puts the Primenet-style "UID: username/computername, " at the beginning of results lines? Makes parsing results much easier and less subject to confusion.[/QUOTE]
I've added it to my list ...

James Heinrich 2012-01-01 15:53

[QUOTE=James Heinrich;284229]Feature request for [i]TheJudger[/i] / [i]Bdot[/i]:
Can you put two optional fields in mfaktc.ini for username and computerid, so that if the user fills them out then it puts the Primenet-style "UID: username/computername, " at the beginning of results lines? Makes parsing results much easier and less subject to confusion.[/QUOTE]Second similar feature request:
Can you please also add a .ini option to output datestamp lines in results.txt, the same way Prime95 does? e.g.:[quote][color=green][b][Sat Dec 31 21:29:40 2011][/b][/color]
no factor for M50370833 from 2^70 to 2^71 [mfaktc 0.18 barrett79_mul32][/quote]

TheJudger 2012-01-01 18:50

[QUOTE=James Heinrich;284229]Feature request for [i]TheJudger[/i] / [i]Bdot[/i]:
Can you put two optional fields in mfaktc.ini for username and computerid, so that if the user fills them out then it puts the Primenet-style "UID: username/computername, " at the beginning of results lines? Makes parsing results much easier and less subject to confusion.[/QUOTE]

Shouldn't be a problem. We'll need those two entries in mfaktc.ini for automated primenet interaction, too.

[QUOTE=James Heinrich;284360]Second similar feature request:
Can you please also add a .ini option to output datestamp lines in results.txt, the same way Prime95 does? e.g.:[/QUOTE]

Do we need this as an option or should we enable this allways?

Oliver


All times are UTC. The time now is 23:16.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.