Changes between Version 5 and Version 6 of WikiStart


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

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v5 v6  
    66  * juman (JUROPA memory analyzer), a postprocessing tool
    77
     8== Usage ==
     9Suppose the application to monitor is started usually as follows:
     10
     11{{{
     12mpiexec -np 32 -e APP_ROOT app.x -i app.inp
     13}}}
     14
     15To start the application with jumel use
     16
     17
     18{{{
     19mpiexec -np 32 -e PBS_ID,APP_ROOT jumel -a "app.x -i app.inp"
     20}}}
     21
     22The 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).
    823
    924