https://github.com/N-BodyShop/changa
Raw File
Tip revision: d45856deec9485921f09903784c1a2bce7167ca5 authored by Collin J. Sutton on 26 February 2014, 09:19:31 UTC
cuda_typedef.h: needs to #include "cosmoType.h"
Tip revision: d45856d
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