https://github.com/N-BodyShop/changa
Raw File
Tip revision: 0166df18c86c0bc169ecf61d72558131019f9864 authored by Tom Quinn on 16 February 2018, 05:31:54 UTC
Fix issues with nSteps = 0 and timestep calculation.
Tip revision: 0166df1
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