https://github.com/N-BodyShop/changa
Raw File
Tip revision: 2f4bf0bf3ca3b51f05387697e81648d81f2205e0 authored by Thomas Quinn on 21 August 2015, 22:55:58 UTC
More timing info: Drift, Kick, Adjust and Finish Cache.
Tip revision: 2f4bf0b
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