[PATCH] Fix some of the MPI particle failures
Richard Guenther
rguenth at tat.physik.uni-tuebingen.de
Fri Aug 27 15:42:45 UTC 2004
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.
-------------- next part --------------
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
More information about the pooma-dev
mailing list