https://github.com/N-BodyShop/changa
Raw File
Tip revision: dffb2be3f3aa151b0bf44c795c44e4f2f2cf7864 authored by Harshitha on 06 May 2014, 19:28:49 UTC
Perform migration of particles along with QD when the splitters from the
Tip revision: dffb2be
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