#include <algorithm>
#include <string>
#include <map>
#include <vector>
class RelayRunner {
size_t task_comm_size = 1000000;
public:
explicit RelayRunner() = default;
void operator()()
{
"Any process of this example must have a numerical name, not %s");
else
if (rank == 0) {
XBT_INFO(
"Host \"%u\" send 'Token' to Host \"%s\"", rank, neighbor_mailbox->name());
XBT_INFO(
"Host \"%u\" received \"%s\"", rank, res);
} else {
XBT_INFO(
"Host \"%u\" received \"%s\"", rank, res);
XBT_INFO(
"Host \"%u\" send 'Token' to Host \"%s\"", rank, neighbor_mailbox->name());
}
}
};
{
xbt_assert(argc > 1,
"Usage: %s platform.xml\n", argv[0]);
int id = 0;
std::vector<simgrid::s4u::Host*>
list;
id++;
}
return 0;
}