https://github.com/N-BodyShop/changa
Raw File
Tip revision: 9c481e61cc2f5fdc2910ed9291bba6238158f5b4 authored by Tom Quinn on 18 December 2018, 21:06:30 UTC
TreePiece::sendFillReqNodeWhenNull(): do better at forwarding
Tip revision: 9c481e6
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