https://github.com/N-BodyShop/changa
Raw File
Tip revision: e7cef45bbe4f3a88600aec9755904b030a7e32b3 authored by Robel Geda on 24 April 2017, 04:37:15 UTC
Ewald Race Condition Fix.
Tip revision: e7cef45
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