https://github.com/N-BodyShop/changa
Raw File
Tip revision: 4c38db7b3baf359188183027d32d987670f94579 authored by Thomas Quinn on 09 July 2015, 21:52:00 UTC
ckloop and CUDA defines.
Tip revision: 4c38db7
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