https://github.com/N-BodyShop/changa
Raw File
Tip revision: 106ee94bea90f12cf318471f7bb6b2e19a664bf1 authored by Phil Miller on 06 February 2015, 22:54:31 UTC
Delete vestigial references to comlib/commlib that were never live in committed code
Tip revision: 106ee94
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