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