-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Teseo] Explicitly set the thread affinity
It turns out that the env. vars for the OpenMP thread affinity are completely ignored by Clang and have a global effect, that is, they affect all threads, in GCC. With this patch, avoid using the env. vars for OpenMP to set the thread affinity, but set it manually through proper pthread function calls upon necessity.
- Loading branch information
Dean De Leo
committed
Jan 5, 2021
1 parent
c4cd550
commit 1acdb0e
Showing
14 changed files
with
670 additions
and
811 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.