Pgdbg

From Alliance Doc
Revision as of 17:27, 7 September 2018 by Sergueev (talk | contribs)
Jump to navigation Jump to search


This article is a draft

This is not a complete article: This is a draft, a work in progress that is intended to be published into an article, which may or may not be ready for inclusion in the main wiki. It should not necessarily be considered factual or authoritative.



PGI Debugger (pgdbg)

What is Pgdbg ?

For the most of the C, C++, or Fortran 77 codes one can use a regular GNU debugger such as GDB. However, the Fortran 90/95 programs are not handled very well by the GDB. The Portland Group has developed a debugger called Pgdbg which is more suited for such codes.