Changeset 5df7203 for README


Ignore:
Timestamp:
06/01/15 06:25:13 (9 years ago)
Author:
Hal Finkel <hfinkel@…>
Branches:
master
Children:
d270799
Parents:
0109b01
git-author:
Hal Finkel <hfinkel@…> (06/01/15 06:25:13)
git-committer:
Hal Finkel <hfinkel@…> (06/01/15 06:25:13)
Message:

add glob processing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README

    r0109b01 r5df7203  
    4040when the peak memory usage is first reached. 
    4141 
     42You might have many runs of the same application (or output from many ranks of 
     43an MPI job), and you'd like to pick the one for analysis with the highest 
     44memory usage. If you provide a glob pattern to memlog_analyze it will do this 
     45for you. Make sure you quote the glob pattern so that your shell does not 
     46expand it. 
     47 
     48  /path/to/memlog/memlog_analyze "/path/to/*.memlog" 
     49 
    4250When running under common batch systems, the files are named 
    4351JOB_ID.HOST.PID.memlog, and when running under the BG/Q CNK, the process's rank 
Note: See TracChangeset for help on using the changeset viewer.