https://github.com/N-BodyShop/changa
Raw File
Tip revision: 8db069b0b188381bae6c62ee88b5fe6eba877910 authored by Tom Quinn on 01 October 2016, 22:52:33 UTC
Dumpframe: test for limit on color table entries. Also some documentation.
Tip revision: 8db069b
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