Skip to content
Merged
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
4 changes: 2 additions & 2 deletions docs/guides/gb2025.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ If you see significant slowdown and you want to report it, please provide the ou
If your application uses OpenMP, try setting the following in your job script:

```bash
export OPENMP_PLACES=cores
export OPENMP_PROC_BIND=close
export OMP_PLACES=cores
export OMP_PROC_BIND=close
```

Without these settings, we have observed application slowdown due to poor thread placement.
Expand Down