https://github.com/N-BodyShop/changa
Raw File
Tip revision: 16dde569b274e575302c36d6e07662751c97a867 authored by Tom Quinn on 31 October 2018, 21:12:02 UTC
Found a missed CUDA to HAPI change.
Tip revision: 16dde56
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