https://github.com/N-BodyShop/changa
Raw File
Tip revision: af265be7be5413eef4ba266a24c199cde9b0a459 authored by Tom Quinn on 04 September 2019, 23:38:12 UTC
Release 3.4
Tip revision: af265be
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