https://github.com/N-BodyShop/changa
Raw File
Tip revision: 85df82eb3c11ecdc5801877ef8b38dbdebed6b26 authored by Harshitha on 29 July 2015, 18:53:07 UTC
Reset the obj time in the load balancing database if the load balancer is not being called for that iteration. During the shuffle stage, if the load for a rung does not exist and load for rung 0 does not exist then set it to 0.0
Tip revision: 85df82e
MultistepLB_notopo.ci
module MultistepLB_notopo {

extern module CentralLB;
initnode void lbinit(void);

group [migratable] MultistepLB_notopo : CentralLB {
  entry void MultistepLB_notopo(const CkLBOptions &);
};

};
back to top