Changes between Version 16 and Version 17 of doc/app/machine/hlrnIII
- Timestamp:
- May 16, 2019 6:38:29 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/machine/hlrnIII
v16 v17 7 7 * Parallel NetCDF I/O 8 8 * Output problem with combine_plot_fields 9 * How to use the Allinea debugger 10 * How to check memory usage of a run 9 11 \\ 10 12 … … 137 139 138 140 The 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 145 Checking the memory usage might be interesting for large jobs, especially in case you experience problems with it. 146 147 How 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.