void deployment_generator::deploy()
{
- const char* func = "simulation_main";
+ const char* func = "loba";
xbt_dynar_t args = xbt_dynar_new(sizeof(const char*), NULL);
for (unsigned i = 0 ; i < hosts.size() ; ++i) {
const char* hostname = hostdata::at(i).get_name();
b = c;
}
unsigned width = b;
+ // here width == ceil(sqrt(size))
unsigned first_on_last_line = (size() - 1) - (size() - 1) % width;
DEBUG4("torus size = %u ; width = %u ; height = %u ; foll = %u",