Page 1 of 1

[SOLVED] Need help withi failing test in my branch

Posted: Mon Mar 01, 2010 4:46 pm
by jzwanzig
Hi,
In my public branch the test I added, v6_t43, fails on some of the test farm machines but not all (it doesn't fail on any of my machines). Looking at the posted difflog, it appears that one some machines a few extra lines of output are being generated than on others. I'm not sure how to track this down, any suggestions?

thanks,
Joe

Re: Need help withi failing test in my branch

Posted: Mon Mar 01, 2010 5:36 pm
by gonze
Hi Joe,

Here is the trick : set toldfe 1.0d-15 instead of toldfe 1.0d-12
The message that warns that the calculation is not converged will appear
for all datasets, for all platforms ... so making the test perfectly portable ...

Best,
Xavier

Re: Need help withi failing test in my branch

Posted: Tue Mar 02, 2010 1:31 am
by jzwanzig
Thanks!!