Changes between Version 14 and Version 15 of WikiStart


Ignore:
Timestamp:
08/15/11 15:56:44 (13 years ago)
Author:
Florian Janetzko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v14 v15  
    88== Concept ==
    99The 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   * VmSize
    11   * VmData
    12   * VmStk
    13   * VmRSS
     10  * Vm Size
     11  * Vm Data
     12  * Vm Stk
     13  * Vm RSS
    1414Each task writes the value for each key in the file .memlog/task<MPI-rank>.log and waits for the next time step.
    1515