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

Update intel-debugger.md

parent 3e696ebf
No related branches found
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
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
## Debugging Serial Applications ## Debugging Serial Applications
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 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,7 @@ The debugger may run in text mode. To debug in the text mode, use: ...@@ -19,7 +19,7 @@ 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 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].
Example: Example:
...@@ -33,7 +33,7 @@ $ icc -O0 -g myprog.c -o myprog.x ...@@ -33,7 +33,7 @@ $ icc -O0 -g myprog.c -o myprog.x
$ idb ./myprog.x $ idb ./myprog.x
``` ```
In this example, we allocate 1 full compute node, compile the myprog.c program with the -O0 -g debugging options and run the IDB debugger interactively on the myprog.x executable. The GUI access is via the X11 port forwarding provided by the PBS workload manager. In this example, we allocate 1 full compute node, compile the myprog.c program with the `-O0 -g` debugging options and run the IDB debugger interactively on the myprog.x executable. The GUI access is via the X11 port forwarding provided by the PBS workload manager.
## Debugging Parallel Applications ## Debugging Parallel Applications
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment