https://github.com/N-BodyShop/changa
Raw File
Tip revision: 8f768184cf0ef2d0021d54816609867efc5ab984 authored by Harshit Dokania on 03 September 2014, 02:17:26 UTC
Update HostCUDA.cu as per new GPU Manager
Tip revision: 8f76818
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