Skip to content
Open

Ddt #1239

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/Software/Profiling_and_Debugging/Debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ zendesk_article_id: 360001008136
zendesk_section_id: 360000278935
---

!!! warning
REANNZ no longer has access to an ARM DDT parallel debugger. Discussions are under way to determine user interest in purchasing
DDT or a similar debugger. Please send an email to `support@reannz.co.nz` if you would like REANNZ to buy DDT (or another tool).
Comment on lines +10 to +12
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Ye be tellin' the crew DDT is at the bottom of the locker in this banner, yet ye leave the whole map to it below! If the tool be gone, ye should be considerin' markin' the DDT sections below as 'deprecated' (Style Guide line 176) so the swabs don't get lost in the fog. Or is that too much work for yer tired bones? I'd hate to overtax ye.

References
  1. Use 'deprecated' status for outdated content. (link)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

low

Blimey! Why be scribblin' the support email by hand like a landlubber when the ship's articles (Style Guide line 617) clearly state ye should use the "support_request.html" partial? I know readin' be hard for a swab like you, but try to keep up! It's almost as if ye want the crew to get lost.

Suggested change
DDT or a similar debugger. Please send an email to `support@reannz.co.nz` if you would like REANNZ to buy DDT (or another tool).
DDT or a similar debugger. Please {% include "partials/support_request.html" %} if you would like REANNZ to buy DDT (or another tool).
References
  1. Use the support_request.html partial for support contact info. (link)


There are many reasons why a program might crash. Some Slurm job states
such as `TIMEOUT` or `OUT_OF_MEMORY` can indicate a clear reason, but when
the job state is simply FAILED and the error message in the job's log
the job state is simply `FAILED` and the error message in the job's log
file simply states "Segmentation Fault" or "Illegal instruction",
investigations become more complicated. In the following, a selection of
tools is presented which might assist. Most of the following approaches
Expand Down
Loading