Author: bart
Date: 2008-03-08 15:40:54 +0000 (Sat, 08 Mar 2008)
New Revision: 7602

Log:
Most of the times zero conflicting accesses were reported on the matinv 
regression test, sometimes a lot of conflicting accesses were reported on this 
regression test. This should now be fixed.

Modified:
   trunk/exp-drd/tests/matinv.c


Modified: trunk/exp-drd/tests/matinv.c
===================================================================
--- trunk/exp-drd/tests/matinv.c        2008-03-08 15:04:25 UTC (rev 7601)
+++ trunk/exp-drd/tests/matinv.c        2008-03-08 15:40:54 UTC (rev 7602)
@@ -220,6 +220,7 @@
       }
     }
   }
+  pthread_barrier_wait(p->b);
 }
 
 /** Multithreaded Gauss-Jordan algorithm. */


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Valgrind-developers mailing list
Valgrind-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-developers

Reply via email to