* @return the simulation run
*/
public SimulationRun createProcessor(SimulationRun simulation,
ParameterBlock parameter) {
IProcessor proc;
proc = processorFactory.create(getModel(), simulation, this, parameter, SimSystem.getRegistry().createContext());
proc.setComputationTask(simulation);
simulation.setProcessorInfo(new ProcessorInformation(proc));
try {
// System.out.println ("after creating the processor
// "+this.getRemoteModel().getName());