freepooma-devel
[Top][All Lists]
Advanced

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

[PATCH] Fix PackUnpack bug


From: Richard Guenther
Subject: [PATCH] Fix PackUnpack bug
Date: Tue, 24 Aug 2004 16:37:26 +0200 (CEST)

PackUnpack.h pack/unpack use a functor with LoopApplyEvaluator
that violate the assumption of independent iterations.  Thus
the Field/LocalPatch testcase fails for OpenMP.

We have the required infrastructure for ordered LoopApply in
RemoteEngine.h.  This patch uses that, but before needs to fix
it as it works with zeroBased domain only due to a bug.

Tested partly with OpenMP, MPI and serial.

Ok?

Richard.


2004Aug24  Richard Guenther <address@hidden>

        * src/Functions/PackUnpack.h: use EngineBlockSerialize from
        RemoteEngine.h.
        src/Engine/RemoteEngine.h: fix EngineBlockSerialize for
        non-zerobased domains.

Attachment: p
Description: Text document


reply via email to

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