https://github.com/N-BodyShop/changa
Raw File
Tip revision: 0db2c1db51ef3c1531f4d115ed2215221a4dd7a9 authored by Collin J. Sutton on 28 January 2014, 22:52:39 UTC
HostCUDA.h: replaced `boolean` enum with C++ `bool`
Tip revision: 0db2c1d
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