https://github.com/N-BodyShop/changa
Raw File
Tip revision: d8f2b15b85d41f73d55567bedfb07d35fcd80b62 authored by Tom Quinn on 16 August 2020, 16:16:20 UTC
finishNodeCache(): be sure cache is synced before the finish.
Tip revision: d8f2b15
Orb3dLB_notopo.ci
module Orb3dLB_notopo {

extern module CentralLB;
initnode void lbinit(void);

group [migratable] Orb3dLB_notopo : CentralLB {
  entry void Orb3dLB_notopo(const CkLBOptions &);  
};

};
back to top