https://github.com/N-BodyShop/changa
Raw File
Tip revision: 281dc1e74142bd00a4c3831985e152c1a898c626 authored by Tom Quinn on 23 January 2024, 18:23:52 UTC
Starlog::logMetaData(): fix small format error for H2FracForm
Tip revision: 281dc1e
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