https://github.com/N-BodyShop/changa
Raw File
Tip revision: 777d51861afa6911a731ecde4c043c58b001c2b1 authored by Thomas Quinn on 10 July 2015, 03:44:09 UTC
taManager::resumeRemoteChunk(): commenceCalculateGravityLocal() can only be called once per iteration.
Tip revision: 777d518
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