https://github.com/N-BodyShop/changa
Raw File
Tip revision: a006a46545409bc9ae1ae0b6696292e4f1fb8256 authored by Lukasz Wesolowski on 16 April 2014, 19:02:02 UTC
Add missing source files in Makefile
Tip revision: a006a46
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