12.07.2015 Views

LF95 Linux User's Guide - Lahey Computer Systems

LF95 Linux User's Guide - Lahey Computer Systems

LF95 Linux User's Guide - Lahey Computer Systems

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Processes and Threadsparam leakReports current level of leak checking.show leak log | error | summaryDisplays memory leak information, where the type of information displayed is as follows:logerrorsummaryDisplays procedures being monitored, in the order that they are called.Displays error messages.Summary information only.Processes and Threadsps [pid]Displays information about process-id pid. If pid is not specified, then information is displayedfor all process-id’s.Restrictions1 An adjustable array that is a dummy argument cannot be debugged if it appears at thebeginning of a procedure or a function in a Fortran program.Example:subroutine sub(x,y,i)real x(5:i)real y(i+3)In this example, adjustable arrays "x" and "y" cannot be debugged at the subroutinestatement.2 The dummy argument of a main entry cannot be debugged at the sub-entry in a Fortranprogram.Example:subroutine sub(a,b)entry ent(b)In this example, the dummy argument "b" which is in the main entry's argument list,but not in the sub-entry's argument, cannot be debugged at the sub-entry "ent". However,the dummy argument "b", which is passed to the sub-entry "ent", can bedebugged.3 Breakpoints cannot be set at any executable statements of an include file in Fortranprograms.<strong>Lahey</strong>/Fujitsu <strong>Linux</strong>64 Fortran User’s <strong>Guide</strong> 81

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!