[PATCH] Fix some of the MPI particle failures
Jeffrey D. Oldham
oldham at codesourcery.com
Wed Sep 1 21:09:27 UTC 2004
Richard Guenther wrote:
>Doh! I missed one #if POOMA_CHEETAH at the POOMA_CHEETAH ->
>POOMA_MESSAGING conversion (I think even on purpose, but the particle
>stuff wasn't compiling at that time anyways).
>
>Ok?
>
>Richard.
>
>
>2004Aug27 Richard Guenther <richard.guenther at uni-tuebingen.de>
>
> * src/Engine/DynamicEngine.h: include pack/unpack methods
> for POOMA_MESSAGING, not just POOMA_CHEETAH.
>
>
>------------------------------------------------------------------------
>
>Index: Engine/DynamicEngine.h
>===================================================================
>RCS file: /home/pooma/Repository/r2/src/Engine/DynamicEngine.h,v
>retrieving revision 1.19
>diff -u -u -r1.19 DynamicEngine.h
>--- Engine/DynamicEngine.h 22 Oct 2003 19:38:07 -0000 1.19
>+++ Engine/DynamicEngine.h 27 Aug 2004 15:40:51 -0000
>@@ -309,7 +309,7 @@
>
> void sync(const Domain_t & d);
>
>-#if POOMA_CHEETAH
>+#if POOMA_MESSAGING
>
> template <class Dom>
> inline int packSize(const Dom &) const
>
>
Please correct this to also add an ending "#endif" before committing
it. Thanks.
--
Jeffrey D. Oldham
oldham at codesourcery.com
More information about the pooma-dev
mailing list