https://github.com/N-BodyShop/changa
Raw File
Tip revision: adfea1f810bb916e4fad72d67b246dcbd9cdc621 authored by Tim Haines on 02 October 2018, 03:10:15 UTC
Fix compile error when using GPU local walk and not HEXADECAPOLE
Tip revision: adfea1f
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