forked from EESSI/test-suite
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change behavior on systems that have hyperthreading enabled for the a…
…ssign_tasks_per_compute_unit(test, COMPUTE_UNIT[CPU]) hook. Previous behaviour is that this launches one 1 task per hardware thread. We now change that to launch one task per physical core. A new COMPUTE_UNIT is introduced (COMPUTE_UNIT[HWTHREAD]) in case one wants to retain the previous behavior of launching one task per hardware thread.
- Loading branch information
Caspar van Leeuwen
committed
Jun 28, 2024
1 parent
9b44c4e
commit 8167eee
Showing
3 changed files
with
53 additions
and
7 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
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