// System.out.println("Try to execute on host: " + host);
// remember configuration / sim id mapping
simulationManagement.addConfig((SimulationRunConfiguration) runConfig);
// initialize the simulation on the remote host
RunInformation rInfo =
((ISimulationServer) host).initializeSimulationRun(
(SimulationRunConfiguration) runConfig, simname,
bookedResources.isEmpty() ? null : bookedResources);
// create a new initialized simulation object, linking the dummy