N_SIBLINGS
for (int i = 0; i < N_SIBLINGS; i++) {
int n_threads_per_leaf = total_burners / N_SIBLINGS;
if (i < (total_burners % N_SIBLINGS))
int n_leafs = N_SIBLINGS;