https://github.com/N-BodyShop/changa
Raw File
Tip revision: cff4d8dcb40e7c343ec646ddb699cc3e05bca58f authored by Tom Quinn on 23 October 2017, 16:57:28 UTC
GPU Race condition fix didn't compile on non-GPU.
Tip revision: cff4d8d
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