src/Main/Inciter.cpp file

Inciter, computational shock hydrodynamics tool, Charm++ main chare.

Contents

Inciter, computational shock hydrodynamics tool, Charm++ main chare. This file contains the definition of the Charm++ main chare, equivalent to main() in Charm++-land.

Namespaces

namespace inciter
Inciter declarations and definitions.

Classes

class Main
Charm++ main chare for the shock hydrodynamics executable, inciter.
class execute
Charm++ chare execute.

Variables

CProxy_Main mainProxy
Charm handle to the main proxy, facilitates call-back to finalize, etc., must be in global scope, unique per executable.
tk::CProxy_ChareStateCollector stateProxy
Chare state collector Charm++ chare group proxy.
tk::CProxy_LBSwitch LBSwitchProxy
Load balancer switch group proxy.
bool g_trace

Variable documentation

bool g_trace

If true, call and stack traces are to be output with exceptions