https://github.com/N-BodyShop/changa
Raw File
Tip revision: f43e6f872897061f2974af3d9a0c83e2ac73ad83 authored by Tom Quinn on 23 March 2017, 00:59:48 UTC
Remove redundant printBinaryAcc and outputAccelerations.
Tip revision: f43e6f8
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