https://github.com/N-BodyShop/changa
Raw File
Tip revision: a7eea2aa8dcd764a25b90c9a2bfe668fae287009 authored by Tim Haines on 30 October 2018, 03:15:40 UTC
Add support for Catch2 unit testing
Tip revision: a7eea2a
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