-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- use of TBB task priority is re-enabled (albeit deprecated)
- replaced task::spawn with task::enqueue with priority_high due to - somehow spawned task never getting picked up when doing seemingly trivial TiledArray example in ValeevGroup/tiledarray#195 when MADNESS uses TBB and OpenMPI (3 or 4): - https://software.intel.com/en-us/forums/intel-threading-building-blocks/topic/326043 suggested that this is due to wait_for_all not getting called, but in the failing example main does get to fence and calls wait_for_all ... perhaps since this may be a different thread??
- Loading branch information
Showing
2 changed files
with
12 additions
and
4 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