Skip to content

File Index

[root]
└── config.h.in — template for CMake which configures the corresponding config.h file

include/
└── gempba/
├── core/
├── node.hpp
├── node_core.hpp
├── node_traits.hpp
├── scheduler.hpp
├── defaults/
├── detail/
├── nodes/
└── runnables/
├── stats/
├── stats.hpp
├── utils/
├── Queue.hpp
├── result.hpp
├── score.hpp
├── task_bundle.hpp
├── task_packet.hpp
├── tree.hpp
└── utils.hpp
├── gempba.hpp

private/
└── impl/
├── load_balancing/
├── nodes/
└── schedulers/

src/
├── gempba/
└── gempba.cpp
├── schedulers/
└── mpi/
└── utils/
├── result.cpp
├── task_packet.cpp
└── tree.cpp