https://github.com/N-BodyShop/changa
Raw File
Tip revision: 3e00c093661b94d404bae471b560953f24e6aaf1 authored by Tim Haines on 29 July 2016, 01:36:11 UTC
Add error for (unsupported) single-precision AVX
Tip revision: 3e00c09
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