https://github.com/N-BodyShop/changa
Raw File
Tip revision: 28c663f6a6304c7fdd3333536f0cfcc94dd2c8d1 authored by Tom Quinn on 28 February 2017, 01:38:51 UTC
Some dead code removal and some documentation.
Tip revision: 28c663f
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