https://github.com/N-BodyShop/changa
Raw File
Tip revision: 26f952eaabc6a0fa6f8708e929600edd7cde3b41 authored by Harshitha on 03 October 2014, 20:01:09 UTC
Add HierarchOrbLB which is a hierarchical lb
Tip revision: 26f952e
MultistepLB_notopo.ci
module MultistepLB_notopo {

extern module CentralLB;
initnode void lbinit(void);

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

};
back to top