https://github.com/N-BodyShop/changa
Raw File
Tip revision: 2a9e06f32304e028a354f1d19c273cd67f338b92 authored by Tom Quinn on 27 September 2012, 05:11:26 UTC
dtGrav has to be double because it's dual use for dumpframe.
Tip revision: 2a9e06f
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