https://github.com/N-BodyShop/changa
Raw File
Tip revision: af265be7be5413eef4ba266a24c199cde9b0a459 authored by Tom Quinn on 04 September 2019, 23:38:12 UTC
Release 3.4
Tip revision: af265be
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