Skip to content

Commit

Permalink
clarify the possible OMP_PROC_BIND issue
Browse files Browse the repository at this point in the history
  • Loading branch information
stdweird committed Oct 23, 2023
1 parent 6cc869e commit 62a9d18
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion mkdocs/docs/HPC/only/gent/2023/shinx.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,11 @@ optimizations (like GCC's `-march=native`, or Intel compiler's `-xHost`) might s
### Other remarks

* Possible issues with `OpenMP` thread pinning: we have seen, especially on `Tier-1 dodrio` cluster, that in certain cases
thread pinning occurs that also affects
thread pinning is invoked where it is not expected. Typical symptom is that all the processes that are started are pinned
to a single core. Always report this issue when it occurs.
You can try yourself to mitigate this by setting `export OMP_PROC_BIND=false`, but always report it so we can keep track of this problem.
It is not recommended to always set this workaround, only for the specific tools that are affected.


---

Expand Down

0 comments on commit 62a9d18

Please sign in to comment.