freepooma-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] fix indirectionlist_test1.cpp for serialAsync scheduler


From: Jeffrey D. Oldham
Subject: Re: [PATCH] fix indirectionlist_test1.cpp for serialAsync scheduler
Date: Wed, 01 Sep 2004 14:04:14 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040413 Debian/1.6-5

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 <address@hidden>

        * 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
address@hidden

reply via email to

[Prev in Thread] Current Thread [Next in Thread]