https://github.com/N-BodyShop/changa
Raw File
Tip revision: 36f81a2677ba52d882f2c9a490382eb0ee012ab6 authored by Thomas Quinn on 20 May 2021, 04:29:26 UTC
Use PEUnshuffle for I/O reordering.
Tip revision: 36f81a2
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