https://github.com/N-BodyShop/changa
Raw File
Tip revision: 835df87bd8c03c3900e8824b4654ccf9760a6bb1 authored by Phil Miller on 05 November 2017, 16:35:15 UTC
Pass all CkCallback objects around by const&
Tip revision: 835df87
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