... | @@ -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 |