[PATCH] fix indirectionlist_test1.cpp for serialAsync scheduler

Richard Guenther rguenth at tat.physik.uni-tuebingen.de
Fri Aug 27 15:26:21 UTC 2004


This patch fixes the indirectionlist_test1 Domain test for
non-blocking schedulers.  Very obvious.

Ok?

Richard.


2004Aug27  Richard Guenther <richard.guenther at uni-tuebingen.de>

	* src/Domain/tests/indirectionlist_test1.cpp: add
	Pooma::blockAndEvaluate() where necessary.
-------------- next part --------------
Index: indirectionlist_test1.cpp
===================================================================
RCS file: /home/pooma/Repository/r2/src/Domain/tests/indirectionlist_test1.cpp,v
retrieving revision 1.7
diff -u -u -r1.7 indirectionlist_test1.cpp
--- indirectionlist_test1.cpp	21 Dec 2003 12:59:57 -0000	1.7
+++ indirectionlist_test1.cpp	27 Aug 2004 15:24:22 -0000
@@ -57,8 +57,9 @@
 
   Array<1,int,Brick> klist(foo);
 
-
   klist = 1;
+  Pooma::blockAndEvaluate();
+
   for(int i=1;i<7;i++)
     klist(i) = klist(i-1)+i;
   klist(2)=3;


More information about the pooma-dev mailing list