|
From: <sv...@va...> - 2008-03-08 15:40:54
|
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. */
|