Actions
| Post | |
| Subscribe | |
| Unsubscribe |
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] fix indirectionlist_test1.cpp for serialAsync scheduler
- To: pooma-dev@xxxxxxxxxxxxxxxxxxxxxx
- Subject: [PATCH] fix indirectionlist_test1.cpp for serialAsync scheduler
- From: Richard Guenther <rguenth@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 27 Aug 2004 17:26:21 +0200 (CEST)
This patch fixes the indirectionlist_test1 Domain test for non-blocking schedulers. Very obvious. Ok? 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;
- Follow-Ups:
- Re: [PATCH] fix indirectionlist_test1.cpp for serialAsync scheduler
- From: Jeffrey D. Oldham
- Re: [PATCH] fix indirectionlist_test1.cpp for serialAsync scheduler
- Prev by Date: Re: [pooma-dev] Cheetah New Release Number?
- Next by Date: [PATCH] Fix some of the MPI particle failures
- Previous by thread: An Post National Lottery: Winning Notification
- Next by thread: Re: [PATCH] fix indirectionlist_test1.cpp for serialAsync scheduler
- Index(es):