Changes between Version 16 and Version 17 of doc/app/machine/hlrnIII


Ignore:
Timestamp:
May 16, 2019 6:38:29 AM (6 years ago)
Author:
raasch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/machine/hlrnIII

    v16 v17  
    77* Parallel NetCDF I/O
    88* Output problem with combine_plot_fields
     9* How to use the Allinea debugger
     10* How to check memory usage of a run
    911\\
    1012
     
    137139
    138140The HLRN-III provides a brief online documentation for '''alinea''' (see https://www.hlrn.de/home/view/System3/AllineaDDT for details).
     141
     142
     143== How to check the memory usage of a run ==
     144
     145Checking the memory usage might be interesting for large jobs, especially in case you experience problems with it.
     146
     147How to:
     148
     149 1. Login to login node (e.g. blogin1)
     150 2. ssh bxcmom0{1..4}   --> choose from 1-4
     151 3. module load nodehealth
     152 4. xtnodestat | grep <your HLRN username>
     153 5. pcmd -a <apid> 'ps -u nikfarah -o pid,time,cmd,rss,vsize,pmem'  --> apid is the  application process id given by the command in 4.