From b745b2b771b0f43faa43f7d07ed394d797c89a6a Mon Sep 17 00:00:00 2001 From: Jan Siwiec <jan.siwiec@vsb.cz> Date: Tue, 17 Mar 2020 10:04:09 +0100 Subject: [PATCH] Update introduction.md --- docs.it4i/software/debuggers/introduction.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs.it4i/software/debuggers/introduction.md b/docs.it4i/software/debuggers/introduction.md index 1dcccd0e1..1f5847fe0 100644 --- a/docs.it4i/software/debuggers/introduction.md +++ b/docs.it4i/software/debuggers/introduction.md @@ -2,13 +2,13 @@ ## Introduction -We provide state of the art programms and tools to develop, profile and debug HPC codes at IT4Innovations. On these pages, we provide an overview of the profiling and debugging tools available on Anslem at IT4I. +We provide state of the art programs and tools to develop, profile, and debug HPC codes at IT4Innovations. On these pages, we provide an overview of the profiling and debugging tools available on Anslem at IT4I. ## Intel Debugger -Intel debugger is no longer available since Parallel Studio version 2015 +The Intel debugger is no longer available since Parallel Studio version 2015 -The intel debugger version 13.0 is available, via module intel. The debugger works for applications compiled with C and C++ compiler and the ifort fortran 77/90/95 compiler. The debugger provides java GUI environment. +The Intel debugger version 13.0 is available, via the intel module. The debugger works for applications compiled with C and C++ compiler and the ifort fortran 77/90/95 compiler. The debugger provides a Java GUI environment. ```console $ ml intel @@ -19,7 +19,7 @@ Read more at the [Intel Debugger][1] page. ## Allinea Forge (DDT/MAP) -Allinea DDT, is a commercial debugger primarily for debugging parallel MPI or OpenMP programs. It also has a support for GPU (CUDA) and Intel Xeon Phi accelerators. DDT provides all the standard debugging features (stack trace, breakpoints, watches, view variables, threads etc.) for every thread running as part of your program, or for every process - even if these processes are distributed across a cluster using an MPI implementation. +Allinea DDT is a commercial debugger primarily for debugging parallel MPI or OpenMP programs. It also has a support for GPU (CUDA) and Intel Xeon Phi accelerators. DDT provides all the standard debugging features (stack trace, breakpoints, watches, view variables, threads, etc.) for every thread running as part of your program, or for every process - even if these processes are distributed across a cluster using an MPI implementation. ```console $ ml Forge -- GitLab