https://github.com/N-BodyShop/changa
Raw File
Tip revision: d6cd3888bf360cdfe368e6160824f94269f56f8c authored by Tim Haines on 02 October 2018, 06:13:56 UTC
Remove vestiges of callDummy in Compute.cpp
Tip revision: d6cd388
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