static void wizard()
{
XBT_INFO(
"I'm a wizard! I can run a task on the Fafard host from the Ginette one! Look!");
activity->setHost(ginette);
activity->start();
XBT_INFO(
"It started. Running 48.492Mf takes exactly one second on Ginette (but not on Fafard).");
activity->wait();
}
{
e.loadPlatform(argv[1]);
e.run();
return 0;
}