Revision 5362a7d076236863b176c4c0a356ab3890c11563 authored by Thomas Quinn on 30 September 2012, 01:55:31 UTC, committed by Tom Quinn on 02 September 2016, 21:43:22 UTC
Change-Id: I2ddfdcf35486094e0bb2cf44a6d19d54e0339292
1 parent 76a59c6
Raw File
MultistepNodeLB_notopo.ci
module MultistepNodeLB_notopo {

extern module CentralLB;
initnode void lbinit(void);

group [migratable] MultistepNodeLB_notopo : CentralLB {
  entry void MultistepNodeLB_notopo(const CkLBOptions &);  
};

};
back to top