Changes between Version 29 and Version 30 of WikiStart


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

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v29 v30  
    77
    88== Concept ==
    9 The logger is started with `mpiexec` and subsequently starts the application to monitor. It will create a directory (default: `.memlog` in the `PBS_O_WORKDIR`, => `wrkdir`, option `-w`) and by default each task will create its own logfile in that directory. The logger checks now each time step (=> `delay`, option `-d`) for the following keys in the status file of each process (`/proc/<id>/status`):
    10   * `VmExe`
    11   * `VmSt`
    12   * `VmData`
    13   * `VmSize`
    14   * `VmLck`
    15   * `VmLib`
    16   * `VmRSS`
     9The logger is started with `mpiexec` and subsequently starts the application to monitor. It will create a directory (default: `.memlog` in the `PBS_O_WORKDIR`, => `wrkdir`, option `-w`) and by default each task will create its own logfile in that directory. The logger logs now each time step (=> `delay`, option `-d`) the values of the following keys in the following files:
     10
     11  * `/proc/<id>/status:`
     12    * `VmExe`
     13    * `VmSt`
     14    * `VmData`
     15    * `VmSize`
     16    * `VmLck`
     17    * `VmLib`
     18    * `VmRSS`
    1719Each task writes the value for each key in the file `.memlog/task<MPI-rank>.log` and waits for the next time step.
    1820