https://github.com/N-BodyShop/changa
Raw File
Tip revision: b0736f5c40736cf16139349317a5c9c69885f744 authored by Thomas Quinn on 07 August 2024, 19:48:34 UTC
Remove -m64 from target_arch (#181)
Tip revision: b0736f5
Orb3dLB.ci
module Orb3dLB {

extern module CentralLB;
initnode void lbinit(void);

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

};
back to top