 |
|
|
|
Actions
|
|
[ Date Prev][ Date Next][ Thread Prev][ Thread Next][ Date Index][ Thread Index]
Re: [PATCH] fix indirectionlist_test1.cpp for serialAsync scheduler
- To: Richard Guenther <rguenth@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Subject: Re: [PATCH] fix indirectionlist_test1.cpp for serialAsync scheduler
- From: "Jeffrey D. Oldham" <oldham@xxxxxxxxxxxxxxxx>
- Date: Wed, 01 Sep 2004 14:04:14 -0700
Richard Guenther wrote:
This patch fixes the indirectionlist_test1 Domain test for
non-blocking schedulers. Very obvious.
Ok?
Yes, it is obvious. Please commit it.
Richard.
2004Aug27 Richard Guenther <richard.guenther@xxxxxxxxxxxxxxxx>
* src/Domain/tests/indirectionlist_test1.cpp: add
Pooma::blockAndEvaluate() where necessary.
------------------------------------------------------------------------
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;
--
Jeffrey D. Oldham
oldham@xxxxxxxxxxxxxxxx
|
|