Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • gpu_offloading gpu_offloading
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Okke van Eck
  • gpu_offloadinggpu_offloading
  • Wiki
  • 1.d. Profiling & Debugging

1.d. Profiling & Debugging · Changes

Page history
Update 1.d. Profiling & Debugging authored Nov 06, 2023 by Okke van Eck's avatar Okke van Eck
Hide whitespace changes
Inline Side-by-side
1.d.-Profiling-&-Debugging.md
View page @ 304ef0e4
...@@ -154,6 +154,8 @@ There are also hardware independent environment variables that gives us runtime ...@@ -154,6 +154,8 @@ There are also hardware independent environment variables that gives us runtime
| MPICH_VERSION_DISPLAY | `1`: prints MPI version on startup | 1 | Toggles printing of MPI version on startup. | | MPICH_VERSION_DISPLAY | `1`: prints MPI version on startup | 1 | Toggles printing of MPI version on startup. |
| OMP_NUM_THREADS | [N] | 1 | Sets number of threads to use in parallel region. | | OMP_NUM_THREADS | [N] | 1 | Sets number of threads to use in parallel region. |
| OMP_DISPLAY_ENV | <ul><li>`TRUE`: Display OpenMP version number and initial ICV values for the environment variables.</li><li>`FALSE`: Do not display anything.</li><li>`VERBOSE`: Also display the values of runtime variables that may be modified by vendor-specific environment variables.</li></ul> | VERBOSE | Display information on OpenMP and environment variables during runtime. | | OMP_DISPLAY_ENV | <ul><li>`TRUE`: Display OpenMP version number and initial ICV values for the environment variables.</li><li>`FALSE`: Do not display anything.</li><li>`VERBOSE`: Also display the values of runtime variables that may be modified by vendor-specific environment variables.</li></ul> | VERBOSE | Display information on OpenMP and environment variables during runtime. |
| MPICH_DBG | ? | FILE | Generate for each MPI process a separate file, numbered by rank in MPI_COMM_WORLD. Alternatively set through compiler with `-mpich-dbg=file` |
| MPICH_DBG_LEVEL | ? | VERBOSE | Generate for each MPI process a separate file, numbered by rank in MPI_COMM_WORLD. Alternatively set through compiler with `-mpich-dbg-level=verbose` |
## Sources ## Sources
The sources used for this wiki page: The sources used for this wiki page:
...@@ -165,4 +167,5 @@ The sources used for this wiki page: ...@@ -165,4 +167,5 @@ The sources used for this wiki page:
- [FTN compiler options from KAUST](https://www.hpc.kaust.edu.sa/sites/default/files/files/public/1.03a-AdditionalInformation_CrayCompilationEnvironment.pdf) - [FTN compiler options from KAUST](https://www.hpc.kaust.edu.sa/sites/default/files/files/public/1.03a-AdditionalInformation_CrayCompilationEnvironment.pdf)
- [FTN compiler options ECMWF Wiki](https://confluence.ecmwf.int/download/attachments/46600240) - [FTN compiler options ECMWF Wiki](https://confluence.ecmwf.int/download/attachments/46600240)
- [OpenMP Environment Variables](https://www.openmp.org/spec-html/5.0/openmpch6.html) - [OpenMP Environment Variables](https://www.openmp.org/spec-html/5.0/openmpch6.html)
- [Tools and Methods for ACC debugging](https://juser.fz-juelich.de/record/902543/files/3-Debugging--TH.pdf) - [Tools and Methods for ACC debugging](https://juser.fz-juelich.de/record/902543/files/3-Debugging--TH.pdf)
\ No newline at end of file - [MPI debugging README](https://github.com/pmodels/mpich/blob/main/doc/wiki/design/Debug_Event_Logging.md)
\ No newline at end of file
Clone repository
  • 0. Sources
  • 0.a. Documentation & Manuals
  • 0.b. Slides
  • 0.c. Papers
  • 0.d. Misc
  • 1. Offloading process
  • 1.a. Supercomputers
  • 1.b. Compilers
  • 1.c. OpenMP directives
  • 1.d. Profiling & Debugging
  • 1.e Performance hazards
  • 2. Nemo standalone
  • 3. Tools
  • 3.a. Intel Offload Advisor & Intel VTune
  • 3.b. CPU and GPU performance overview
View All Pages