[PATCH] Fix some of the MPI particle failures
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Fix some of the MPI particle failures



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