This fixes assertion failure in case KMP_AFFINITY is set with 'proclist' specified but without 'explicit' (that is like KMP_AFFINITY=verbose,proclist=[0-31]).
Details
Details
- Reviewers
jlpeyton hbae tlwilmar AndreyChurbanov - Commits
- rGde8d65914bd5: Fix assertion failure when 'proclist' is used without 'explicit' in KMP_AFFINITY
rOMP297480: Fix assertion failure when 'proclist' is used without 'explicit' in KMP_AFFINITY
rL297480: Fix assertion failure when 'proclist' is used without 'explicit' in KMP_AFFINITY
Diff Detail
Diff Detail
- Repository
- rL LLVM