https://github.com/N-BodyShop/changa
Raw File
Tip revision: bad89728656f42b795e63bdc497530d8fecaab0c authored by Robel on 01 March 2017, 23:19:25 UTC
Change-Id: I80cb082f72fce3928a4992353f08c0db4c47bdc5
Tip revision: bad8972
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