https://github.com/N-BodyShop/changa
Raw File
Tip revision: 4f01b40208149eb383f74e0127d7d5b67ef140a9 authored by Tim Haines on 26 January 2018, 10:53:06 UTC
Add check for PRINT_MERGED_TREE before using 'ofs' in DataManager
Tip revision: 4f01b40
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