https://github.com/N-BodyShop/changa
Raw File
Tip revision: f9eaf82c037a8a8be71107dace551052b65d8a16 authored by Tim Haines on 22 July 2016, 03:48:02 UTC
Force rebuild of cuda.mk and Makefile.dep on each run of configure
Tip revision: f9eaf82
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