Skip to Content.
Sympa Menu

charm - Re: [charm] LBSyncResume Question

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] LBSyncResume Question


Chronological Thread 
  • From: Chris Wailes <chris.wailes AT gmail.com>
  • To: Phil Miller <mille121 AT illinois.edu>
  • Cc: charm <charm AT lists.cs.illinois.edu>
  • Subject: Re: [charm] LBSyncResume Question
  • Date: Mon, 10 Jul 2017 15:39:34 -0400

Would it be possible to allow the load balancer to invoke the barrier itself?  The reason I ask is that my "load balancer" is meant to collect runtime statistics for later analysis, and I would really like to collect data after the migration occurs but before the next invocation of the load balancer.

- Chris

On Thu, Jun 29, 2017 at 11:23 AM, Phil Miller <mille121 AT illinois.edu> wrote:
Without going to look at the code, my recollection is that it's entirely outside the LB strategy's `work()` function.

On Thu, Jun 29, 2017 at 10:21 AM, Chris Wailes <chris.wailes AT gmail.com> wrote:
Does the barrier imposed by the `+LBSyncResume` option occur inside the call to the Object Graph's `convertDecisions()` function, or outside the call to the load balancer's `work()` function?

- Chris





Archive powered by MHonArc 2.6.19.

Top of Page