FET Forum

FET Development => Report Test Results => Topic started by: Liviu Lalescu on December 15, 2011, 05:38:17 PM

Title: Testing FET with Qt 4.8.0
Post by: Liviu Lalescu on December 15, 2011, 05:38:17 PM
Could you compile FET with Qt 4.8.0 (released today, 15 Dec. 2011), and report if the compilation and running of FET go well?

I am interested on any platform (GNU/Linux, Windows, Mac OS X).
Title: Re: Testing FET with Qt 4.8.0
Post by: Liviu Lalescu on December 17, 2011, 06:51:03 AM
I just installed Qt 4.8.0 on my GNU/Linux openSuse 12.1, seems OK. The interface is a bit slower when generating (for instance, examples/Brazil/Brazil-more-difficult.fet with starting random seed X=123, Y=123 took in the past ~2 seconds, now takes ~7 - not a very bad thing!, and examples/Germany/secondary-school-1/using_subactivities_constraints/german_subact_constr.fet with the same random seed took ~58 seconds and now takes ~70 seconds).

Could you compare on Windows?
Title: Re: Testing FET with Qt 4.8.0
Post by: yannick guenet on February 20, 2012, 03:04:27 AM
I compiled it on windows 7. pretty fast. the compilation was very smooth


Title: Re: Testing FET with Qt 4.8.0
Post by: Liviu Lalescu on February 20, 2012, 06:01:56 AM
Thank you, but could you run exactly on those two example files and tell me the generation times for official FET-5.16.0 (with Qt 4.7.4) and your compiled FET-5.16.0 (with Qt 4.8.0)? A comparison like I wrote above.
Title: Re: Testing FET with Qt 4.8.0
Post by: yannick guenet on February 21, 2012, 11:28:12 PM
I did the test on my Windows & . core i7 920

The result is:

From FET compiled on QT 4.8.0 with -march=corei7 on gcc 4.6 (minGw)

german_subact_constr = 38-43s

From Official FET:

german_subact_constr = 38-43s


all the same result on both case.

for brazil it took under 1s to get the result




Title: Re: Testing FET with Qt 4.8.0
Post by: Liviu Lalescu on February 22, 2012, 04:44:59 AM
Thank you! So, the interface slowdown is not noticed under Windows.

I will upgrade to Qt 4.8.0 for the next FET version, but I cannot release it right away, because there are not enough changes for the moment.

Please let me know if you notice any Qt bugs for FET with Qt-4.8.0.