https://github.com/N-BodyShop/changa
Raw File
Tip revision: c1aac6ef12f243e06f1050fcd6b278ced72aa932 authored by Evan Ramos on 06 November 2017, 23:04:06 UTC
Ensure cosmo.h always includes pup_stl.h
Tip revision: c1aac6e
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