https://github.com/N-BodyShop/changa
Raw File
Tip revision: 2199f94085f680bdccac8913147ace7ea152dcd4 authored by Tim Haines on 29 July 2016, 01:27:14 UTC
Include cosmoType.h
Tip revision: 2199f94
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