File Index
[root]
bindings/ — non-C++ front-ends; documented in the Java section
include/
└── gempba/
├── cabi/
├── core/
├── node.hpp
├── node_core.hpp
├── node_traits.hpp
├── scheduler.hpp
└── serializable.hpp
├── defaults/
├── detail/
├── nodes/
└── runnables/
├── stats/
├── stats.hpp
├── frames.hpp
├── runtime_mode.hpp
└── topology.hpp
├── utils/
├── queue.hpp
├── gempba_utils.hpp
├── result.hpp
├── score.hpp
├── task_bundle.hpp
├── task_packet.hpp
├── tree.hpp
└── utils.hpp
├── gempba.hpp
└── node_manager.hpp
private/
├── cabi/
└── internals.hpp
└── impl/
├── load_balancing/
├── nodes/
└── node_factory.hpp
├── schedulers/
└── telemetry/
├── hwloc_probe.hpp
├── node_probe.hpp
src/
├── cabi/
└── gempba.cpp
├── gempba/
└── gempba.cpp
├── schedulers/
└── mpi/
├── telemetry/
├── hwloc_probe.cpp
├── node_probe.cpp
└── utils/
├── result.cpp
├── task_packet.cpp
└── tree.cpp