Proposition of new sub-project: Graceful Tree Verification

Fehler und Wünsche zum Projekt yoyo@home
Bugs and wishes for the project yoyo@home
Nachricht
Autor
fwjmath
XBOX360-Installer
XBOX360-Installer
Beiträge: 83
Registriert: 19.10.2010 15:26

Re: Proposition of new sub-project: Graceful Tree Verificati

#13 Ungelesener Beitrag von fwjmath » 20.11.2010 00:42

ChristianB hat geschrieben:Hi fwjmath,

over the next months I'm trying to convert your gtvb.cpp into a proper BOINC executable. Could you please send me some sample input and output files, your compiler commands (for linking and building) and your functions to validate the results?

This is no official acceptance as a subproject, just my own interest in programming BOINC executables.

Regards
Christian
I use VS 2010 Express to build this app, the compiler options are:

Code: Alles auswählen

/Zi /nologo /W3 /WX- /O2 /Ob2 /Oi /Ot /Oy /GT /GL /D "_MBCS" /Gm- /EHsc /MT /Zp16 /GS- /Gy /arch:SSE2 /fp:fast /Zc:wchar_t /Zc:forScope /GR- /Fp"Release\GTVB1.pch" /FAcs /Fa"Release\" /Fo"Release\" /Fd"Release\vc100.pdb" /Gd /analyze- /errorReport:queue 
In fact I just turned on some optimization options, which are not crucial. As the app do not use special functions, I think default options should also work.

For input and output, here is a sample:

input: data.txt

Code: Alles auswählen

23
655360
3870533680
0123456789:;123456789:;
output: result.txt

Code: Alles auswählen

14828073
14300999
384705
0
01111111111111111111111
134456512
4011034835
Validation is done by comparing two different results and accept iff they are exactly the same. Therefore, there is no function of validation. The result should be the same on every platform. The only concern is on a line in SearchMain that I used a division. It might introduce some variations on different platforms, but it can be fixed by arithmetic manipulation.

Therefore, to check if the compiled app is correct, you can simply compare its result on the data.txt I provided. If you need more input file samples, please tell me.

Thank you for your interest.

fwjmath

ChristianB
Admin
Admin
Beiträge: 1920
Registriert: 23.02.2010 22:12

Re: Proposition of new sub-project: Graceful Tree Verificati

#14 Ungelesener Beitrag von ChristianB » 22.11.2010 08:35

Thanks for this information. I stay in contact with yoyo and report my success to him. I'm working on a 32bit version for linux and windows and the required backend processes to implement into yoyo@home.

logoiweb
Fingerzähler
Fingerzähler
Beiträge: 1
Registriert: 01.11.2011 12:39

Re: Proposition of new sub-project: Graceful Tree Verificati

#15 Ungelesener Beitrag von logoiweb » 01.11.2011 12:40

Could you please send me some sample input and output files, your compiler commands (for linking and building) and your functions to validate the results?

Antworten

Zurück zu „Fehler, Wünsche / Bugs, Wishes“