https://github.com/N-BodyShop/changa
Raw File
Tip revision: 706958cab9ae7f78d3f98768034c8f15b5c7c4a3 authored by Tom Quinn on 30 September 2015, 15:25:33 UTC
A couple of GPU comments.
Tip revision: 706958c
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