https://github.com/N-BodyShop/changa
Raw File
Tip revision: b6232fe60d274a72821291356cd3f1f129c8a7cc authored by Tom Quinn on 27 July 2017, 18:29:41 UTC
Catch SIGTERM and schedule checkpoint and finish.
Tip revision: b6232fe
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