Changes between Version 6 and Version 7 of doc/app/palm_wd


Ignore:
Timestamp:
Jul 7, 2015 1:34:51 PM (10 years ago)
Author:
maronga
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/palm_wd

    v6 v7  
    1 = PALM watchdog
     1= Monitoring batch jobs: PALM watchdog
    22From revision r1611 a batch job monitoring tool (watchdog), called '''palm_wd''' is available. It is based on python 2.7 and Qt4.\\\\
    33
     
    5252
    5353[[Image(palm_wd_action.png, 70%, center, margin-right=2, margin-bottom=5, margin-top=2, border=0, nolink)]]
     54
     55
     56== Documentation
     57The watchdog is to large extent self-explanatory. The following features, however, require a short description.
     58
     59=== Progress bar
     60The progress bar displays the progress of each job that is currently running (status "Running"). The progress is calculated from the current simulation time and the end_time/restart_time of the job. PALM write these information in the file PROGRESS that resides in the temporary directory of the job.
     61
     62=== Right mouse click: Show details
     63Information on the job from the queuing system is displayed
     64
     65=== Right mouse click: Cancel job
     66The job will be canceled without any security query.
     67
     68=== Right mouse click: Force stop
     69Unlike "Cancel job" the job will initiate a proper termination of the run, i.e. data will be processed and possibly restart binary data will be written.
     70
     71=== Right mouse click: Force restart
     72The job will initiate a proper termination of the run, followed by an automatic restart of the job chain. This will only work properly, when the job has been configured for restart runs, otherwise this action is identical to "Force stop".
     73