r2438 - isis-fish/trunk/src/main/java/fr/ifremer/isisfish/simulator/launcher
Author: chatellier Date: 2009-06-25 16:00:02 +0000 (Thu, 25 Jun 2009) New Revision: 2438 Modified: isis-fish/trunk/src/main/java/fr/ifremer/isisfish/simulator/launcher/SimulationMonitor.java Log: Don't fix memory problem Modified: isis-fish/trunk/src/main/java/fr/ifremer/isisfish/simulator/launcher/SimulationMonitor.java =================================================================== --- isis-fish/trunk/src/main/java/fr/ifremer/isisfish/simulator/launcher/SimulationMonitor.java 2009-06-25 15:52:01 UTC (rev 2437) +++ isis-fish/trunk/src/main/java/fr/ifremer/isisfish/simulator/launcher/SimulationMonitor.java 2009-06-25 16:00:02 UTC (rev 2438) @@ -534,24 +534,7 @@ analyzeSensitivityResult(job, simulation); } } - - // close storage after simulation - // and after all post actions - try { - if (simulation != null) { - simulation.closeStorage(); - simulation.closeMemStorage(); - } - if (job.getItem() != null && job.getItem().getParameter() != null && job.getItem().getParameter().getRegion() != null) { - job.getItem().getParameter().getRegion().closeStorage(); - job.getItem().getParameter().getRegion().closeMemStorage(); - } - } catch (TopiaException e) { - if (log.isErrorEnabled()) { - log.debug("Can't close simulation storage", e); - } - } - + // notify simulation ended // to not check later... // don't do in finally, getSimulationStorage may fail (md5 on ssh)
participants (1)
-
chatellierï¼ users.labs.libre-entreprise.org