Actions

icon Post
text/html Subscribe
text/html Unsubscribe

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

Re: [pooma-dev] [PATCH] Fix ExpressionTest


  • Subject: Re: [pooma-dev] [PATCH] Fix ExpressionTest
  • From: Richard Guenther <rguenth@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
  • Date: Wed, 25 Aug 2004 00:23:09 +0200

Richard Guenther wrote:

2004Aug24  Richard Guenther <richard.guenther@xxxxxxxxxxxxxxxx>

	* src/Engine/Stencil.h: do bounds check only with
	POOMA_BOUNDS_CHECK.
	src/Field/DiffOps/FieldStencil.h: rewrite make(stencil,
	expr), add make(stencil, expr, domain), kill similar
	broken Accumulate stuff, update documentation.
         ^^^^^^^^^^^^^^^^^^^^^^

actually that part is broken. Leaving it in avoids breaking OffsetReduction test.

Ok with that part retained?  With this and the last patch MPI is also
regression-free (without looking at particle tests).

Richard.

	src/Field/tests/ExpressionTest.cpp: use FieldStencilSimple::make
	with domain argument, don't take view ourselves.