Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 53 and Version 57 of Ticket #1233


Ignore:
Timestamp:
03/22/11 15:56:05 (13 years ago)
Author:
cneumuel
Comment:

r5793

  • implemented correct downloading of paused jobs. its now also possible to change parameters and resume a algorithm
  • removed Prepare() calls in ExperimentManager and in slave, as it prevents corrent resuming of paused jobs
  • made events in ItemTreeView be invoked in the correct thread
  • reduced log output in ExperimentManager

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1233 – Description

    v53 v57  
    4343== Experiment Manager ==
    4444 * ~~Show jobs in treeview. Would greatly save screen space and navigation-clicks~~
    45   * to be enhanced (event wiring)
     45  * ~~to be enhanced (event wiring)~~
    4646 * Sort `HiveExperiments` alphabetically
    4747 * ~~Plugin-Upload (optional)~~
     
    5151 * ~~Show `StateLog` - use Gantt Chart like view~~
    5252 * ~~Pause and stop single jobs~~
    53  * Paused jobs should not be integrated into experiment, so results are not lost. Parameters of paused jobs should be changable (and used when resumed).
     53 * ~~Paused jobs should not be integrated into experiment, so results are not lost. Parameters of paused jobs should be changable (and used when resumed).~~
    5454
    5555== Hive Engine ==