SimGrid
3.16
Versatile Simulation of Distributed Systems
|
#include "src/kernel/routing/FloydZone.hpp"
#include "src/kernel/routing/NetPoint.hpp"
#include "src/surf/network_interface.hpp"
#include "xbt/log.h"
#include <float.h>
#include <limits>
Namespaces | |
simgrid | |
Alltoall Bruck. | |
simgrid::kernel | |
simgrid::kernel::routing | |
Macros | |
#define | TO_FLOYD_COST(i, j) (costTable_)[(i) + (j)*table_size] |
#define | TO_FLOYD_PRED(i, j) (predecessorTable_)[(i) + (j)*table_size] |
#define | TO_FLOYD_LINK(i, j) (linkTable_)[(i) + (j)*table_size] |
Functions | |
XBT_LOG_NEW_DEFAULT_SUBCATEGORY (surf_route_floyd, surf, "Routing part of surf") | |
#define TO_FLOYD_COST | ( | i, | |
j | |||
) | (costTable_)[(i) + (j)*table_size] |
#define TO_FLOYD_PRED | ( | i, | |
j | |||
) | (predecessorTable_)[(i) + (j)*table_size] |
#define TO_FLOYD_LINK | ( | i, | |
j | |||
) | (linkTable_)[(i) + (j)*table_size] |
XBT_LOG_NEW_DEFAULT_SUBCATEGORY | ( | surf_route_floyd | , |
surf | , | ||
"Routing part of surf" | |||
) |