https://github.com/N-BodyShop/changa
Raw File
Tip revision: 681d06a26fdcdc6df5f5d4d0307fb16289dd5eaa authored by Tom Quinn on 30 June 2012, 03:38:54 UTC
Move cosmoType into separate header for inclusion into C files.
Tip revision: 681d06a
MultistepLB_notopo.ci
module MultistepLB_notopo {

extern module CentralLB;
initnode void lbinit(void);

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

};
back to top