https://github.com/N-BodyShop/changa
Raw File
Tip revision: c4d6b5e43f6bca2ec96bf7b520e576a3992b71cd authored by Collin J. Sutton on 10 January 2014, 21:21:33 UTC
configure.ac: remove mostly-useless CUDA-related comment
Tip revision: c4d6b5e
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