Skip to content
Snippets Groups Projects
Commit a9bb7ff4 authored by Jan Siwiec's avatar Jan Siwiec
Browse files

Update intel-debugger.md fixed introduction section, related to #68

parent 30b6a6dd
Branches
No related tags found
4 merge requests!368Update prace.md to document the change from qprace to qprod as the default...,!367Update prace.md to document the change from qprace to qprod as the default...,!366Update prace.md to document the change from qprace to qprod as the default...,!323extended-acls-storage-section
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
!!! note !!! note
IDB is no longer available since Intel Parallel Studio 2015. IDB is no longer available since Intel Parallel Studio 2015.
## Debugging Serial Applications ## Introduction
The Intel debugger version is available via the `intel/13.5.192` module. The debugger works for applications compiled with the C and C++ compiler and the ifort Fortran 77/90/95 compiler. The debugger provides a Java GUI environment. Use [X display][1] to run the GUI. The Intel debugger version is available via the `intel/13.5.192` module. The debugger works for serial and parallel applications compiled with the C and C++ compiler and the ifort Fortran 77/90/95 compiler. The debugger provides a Java GUI environment. Use [X display][1] to run the GUI.
```console ```console
$ ml intel/13.5.192 $ ml intel/13.5.192
...@@ -19,7 +19,9 @@ The debugger may run in text mode. To debug in the text mode, use: ...@@ -19,7 +19,9 @@ The debugger may run in text mode. To debug in the text mode, use:
$ idbc $ idbc
``` ```
To debug on the compute nodes, the `intel` module must be loaded. The GUI on compute nodes may be accessed using the same way as in the [GUI section][1]. To debug on compute nodes, the `intel` module must be loaded. The GUI on compute nodes may be accessed using the same way as in the [GUI section][1].
## Debugging Serial Applications
Example: Example:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment