From a2d68d1db90b476072f606b555ce7d695b6ec3ee Mon Sep 17 00:00:00 2001 From: Benjamin Auder Date: Fri, 10 Feb 2017 17:28:58 +0100 Subject: [PATCH] debug test.EMGLLF --- src/sources/EMGLLF.c | 10 +- src/test/OUT | 3113 ++++++++++++++++++++---------------------- 2 files changed, 1499 insertions(+), 1624 deletions(-) diff --git a/src/sources/EMGLLF.c b/src/sources/EMGLLF.c index 087116b..29b2243 100644 --- a/src/sources/EMGLLF.c +++ b/src/sources/EMGLLF.c @@ -209,7 +209,7 @@ void EMGLLF_core( //< X2(i,:,r) , phi(:,mm,r) > Real dotProduct = 0.0; for (int u=0; u= 1e-05 Checking rho - Inaccuracy: max(abs(error)) = 1.36056 >= 1e-05 + Inaccuracy: max(abs(error)) = 1.90859 >= 1e-05 Checking pi - Inaccuracy: max(abs(error)) = 0.145946 >= 1e-05 + Inaccuracy: max(abs(error)) = 0.141133 >= 1e-05 Checking LLF Inaccuracy: max(abs(error)) = 14.0083 >= 1e-05 Checking S Inaccuracy: max(abs(error)) = 130.206 >= 1e-05 -==8976== -==8976== HEAP SUMMARY: -==8976== in use at exit: 523 bytes in 18 blocks -==8976== total heap usage: 168 allocs, 150 frees, 348,490 bytes allocated -==8976== -==8976== LEAK SUMMARY: -==8976== definitely lost: 515 bytes in 17 blocks -==8976== indirectly lost: 0 bytes in 0 blocks -==8976== possibly lost: 0 bytes in 0 blocks -==8976== still reachable: 8 bytes in 1 blocks -==8976== suppressed: 0 bytes in 0 blocks -==8976== Rerun with --leak-check=full to see details of leaked memory -==8976== -==8976== For counts of detected and suppressed errors, rerun with: -v -==8976== Use --track-origins=yes to see where uninitialised values come from -==8976== ERROR SUMMARY: 68204 errors from 232 contexts (suppressed: 0 from 0) +==9414== +==9414== HEAP SUMMARY: +==9414== in use at exit: 523 bytes in 18 blocks +==9414== total heap usage: 168 allocs, 150 frees, 348,490 bytes allocated +==9414== +==9414== LEAK SUMMARY: +==9414== definitely lost: 515 bytes in 17 blocks +==9414== indirectly lost: 0 bytes in 0 blocks +==9414== possibly lost: 0 bytes in 0 blocks +==9414== still reachable: 8 bytes in 1 blocks +==9414== suppressed: 0 bytes in 0 blocks +==9414== Rerun with --leak-check=full to see details of leaked memory +==9414== +==9414== For counts of detected and suppressed errors, rerun with: -v +==9414== Use --track-origins=yes to see where uninitialised values come from +==9414== ERROR SUMMARY: 299832 errors from 203 contexts (suppressed: 0 from 0) -- 2.44.0