https://github.com/N-BodyShop/changa
Raw File
Tip revision: fa0f083c7ed3fda448ba5206a2dca653ba61caf7 authored by Tom Quinn on 05 July 2012, 18:45:38 UTC
Delete isinf() debugging checks.
Tip revision: fa0f083
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