5 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,!202Fix menu and accesing
@@ -18,7 +18,7 @@ The debugger may run in text mode. To debug in text mode, use
...
@@ -18,7 +18,7 @@ The debugger may run in text mode. To debug in text mode, use
$idbc
$idbc
```
```
To debug on the compute nodes, module intel must be loaded. The GUI on compute nodes may be accessed using the same way as in [the GUI section](../../general/accessing-the-clusters/graphical-user-interface/x-window-system/)
To debug on the compute nodes, module intel must be loaded. The GUI on compute nodes may be accessed using the same way as in [the GUI section](../../../general/accessing-the-clusters/graphical-user-interface/x-window-system/)
Example:
Example:
...
@@ -40,7 +40,7 @@ In this example, we allocate 1 full compute node, compile program myprog.c with
...
@@ -40,7 +40,7 @@ In this example, we allocate 1 full compute node, compile program myprog.c with
### Small Number of MPI Ranks
### Small Number of MPI Ranks
For debugging small number of MPI ranks, you may execute and debug each rank in separate xterm terminal (do not forget the [X display](../../general/accessing-the-clusters/graphical-user-interface/x-window-system/)). Using Intel MPI, this may be done in following way:
For debugging small number of MPI ranks, you may execute and debug each rank in separate xterm terminal (do not forget the [X display](../../../general/accessing-the-clusters/graphical-user-interface/x-window-system/)). Using Intel MPI, this may be done in following way:
```console
```console
$qsub -q qexp -lselect=2:ncpus=24 -X-I
$qsub -q qexp -lselect=2:ncpus=24 -X-I
...
@@ -70,4 +70,4 @@ Run the idb debugger in GUI mode. The menu Parallel contains number of tools for
...
@@ -70,4 +70,4 @@ Run the idb debugger in GUI mode. The menu Parallel contains number of tools for
## Further Information
## Further Information
Exhaustive manual on IDB features and usage is published at Intel website, <https://software.intel.com/sites/products/documentation/doclib/iss/2013/compiler/cpp-lin/>
Exhaustive manual on IDB features and usage is published at [Intel website](https://software.intel.com/sites/products/documentation/doclib/iss/2013/compiler/cpp-lin/).