freepooma-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Fix some of the MPI particle failures


From: Jeffrey D. Oldham
Subject: Re: [PATCH] Fix some of the MPI particle failures
Date: Wed, 01 Sep 2004 14:09:27 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040413 Debian/1.6-5

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

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

reply via email to

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