https://github.com/N-BodyShop/changa
Raw File
Tip revision: 8db069b0b188381bae6c62ee88b5fe6eba877910 authored by Tom Quinn on 01 October 2016, 22:52:33 UTC
Dumpframe: test for limit on color table entries. Also some documentation.
Tip revision: 8db069b
Orb3dLB_notopo.ci
module Orb3dLB_notopo {

extern module CentralLB;
initnode void lbinit(void);

group [migratable] Orb3dLB_notopo : CentralLB {
  entry void Orb3dLB_notopo(const CkLBOptions &);  
};

};
back to top