Actions

icon Post
text/html Subscribe
text/html Unsubscribe

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

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


  • To: Richard Guenther <rguenth@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
  • Subject: Re: [PATCH] Fix some of the MPI particle failures
  • From: "Jeffrey D. Oldham" <oldham@xxxxxxxxxxxxxxxx>
  • Date: Wed, 01 Sep 2004 14:09:27 -0700

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@xxxxxxxxxxxxxxxx>

	* 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@xxxxxxxxxxxxxxxx