https://github.com/N-BodyShop/changa
Raw File
Tip revision: a27ce816b650714b17403418fba658206c9249d0 authored by Thomas Quinn on 02 April 2013, 20:45:08 UTC
Merge branch 'master' into trq/scaledmoments
Tip revision: a27ce81
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