Changes between Version 7 and Version 8 of WikiStart


Ignore:
Timestamp:
08/15/11 14:28:30 (13 years ago)
Author:
Florian Janetzko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v7 v8  
    1111
    1212== Usage ==
     13In order to get an overview of the valid options please use
     14
     15{{{
     16jumel -u
     17}}}
     18
     19or
     20
     21{{{
     22juman -u
     23}}}
     24
     25
    1326Suppose the application to monitor is started usually as follows:
    1427
     
    2639The variable PBS_ID needs not to be specified, how ever it will be displayed in the jumel logfiles and eases the tracking of the runs afterwards (e.g. when looking for the job in the system logfiles).
    2740
     41Once the run is finished run juman in the same directory:
     42
     43{{{
     44juman -s all -i
     45}}}
     46
     47The -s option switches on the statistics (currently: total consumption and maximum consumption per time step) and the -i option will start the graphical display of the results.
     48
     49Currently only a gnuplot interface is implemented and postscript of xfig files can be generated. An interface for visualization with Python is planned.
    2850
    2951== SVN Access ==