https://github.com/N-BodyShop/changa
Raw File
Tip revision: 40d2b597437470f5a5a9aefec5160ade6ea43d31 authored by Phil Miller on 11 December 2014, 21:36:10 UTC
Don't assume a particular message type for responses to CkIO callbacks
Tip revision: 40d2b59
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