Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hpc-compendium
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ZIH
hpcsupport
hpc-compendium
Commits
8486dcba
Commit
8486dcba
authored
3 years ago
by
Matthias Lieber
Browse files
Options
Downloads
Patches
Plain Diff
review
parent
5a3acf19
No related branches found
Branches containing commit
No related tags found
3 merge requests
!322
Merge preview into main
,
!319
Merge preview into main
,
!280
Review of software_development_overview.md
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc.zih.tu-dresden.de/docs/software/software_development_overview.md
+17
-27
17 additions, 27 deletions
...dresden.de/docs/software/software_development_overview.md
with
17 additions
and
27 deletions
doc.zih.tu-dresden.de/docs/software/software_development_overview.md
+
17
−
27
View file @
8486dcba
# Software Development and Tools
This section provides you with the basic knowledge and tools to get you out of trouble. It will tell
you:
This section provides you with the basic knowledge and tools for software development
on the ZIH systems.
It will tell you:
-
How to compile your code
-
Using mathematical libraries
-
Find caveats and hidden errors in application codes
-
Handle debuggers
-
Follow system calls and interrupts
-
Understand the relationship between correct code and performance
-
[
General advises for building software
](
building_software.md
)
-
[
Using compilers
](
compilers.md
)
-
[
GPU programming
](
gpu_programming.md
)
-
How to use libraries
-
[
Using mathematical libraries
](
libraries.md
)
-
How to deal with (or even prevent) bugs
-
[
Find caveats and hidden errors in MPI application codes
](
mpi_usage_error_detection.md
)
-
[
Debuggers
](
debuggers.md
)
-
How to investigate the performance and efficiency of your code
-
[
Monitor batch jobs with Pika
](
pika.md
)
-
[
Sampling-based performance analysis with Perf
](
perf_tools.md
)
-
[
Event tracing for HPC applications with Score-P
](
scorep.md
)
-
[
Trace visualization with Vampir
](
vampir.md
)
Some hints that are helpful:
...
...
@@ -26,29 +35,10 @@ Some questions you should ask yourself:
-
Given that a code is parallel, are the results independent from the
numbers of threads or processes?
-
Have you ever run your Fortran code with array bound and subroutine
argument checking (the
**
`-check all`
**
and
**
`-traceback`
**
flags
argument checking (the
`-check all`
and
`-traceback`
flags
for the Intel compilers)?
-
Have you checked that your code is not causing floating point
exceptions?
-
Does your code work with a different link order of objects?
-
Have you made any assumptions regarding storage of data objects in
memory?
Subsections:
-
[
Compilers
](
compilers.md
)
-
[
Debugging
](
debuggers.md
)
-
PerformanceTools.md:
[
Score-P
](
scorep.md
)
,
[
Vampir
](
vampir.md
)
-
[
Libraries
](
libraries.md
)
Intel Tools Seminar
\[
Oct. 2013
\]
-
[TU-Dresden_Intel_Multithreading_Methodologies.pdf]
**todo**
%ATTACHURL%/TU-Dresden_Intel_Multithreading_Methodologies.pdf:
Intel Multithreading Methodologies
-
[TU-Dresden_Advisor_XE.pdf]
**todo**
%ATTACHURL%/TU-Dresden_Advisor_XE.pdf):
Intel Advisor XE - Threading prototyping tool for software
architects
-
[TU-Dresden_Inspector_XE.pdf]
**todo**
%ATTACHURL%/TU-Dresden_Inspector_XE.pdf):
Inspector XE - Memory-, Thread-, Pointer-Checker, Debugger
-
[TU-Dresden_Intel_Composer_XE.pdf]
**todo**
%ATTACHURL%/TU-Dresden_Intel_Composer_XE.pdf):
Intel Composer - Compilers, Libraries
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment