aboutsummaryrefslogtreecommitdiff
path: root/runtime/src/kmp_affinity.cpp
AgeCommit message (Expand)Author
2015-11-09Improvements to machine_hierarchy code for re-sizingJonathan Peyton
2015-10-19Fix OMP_PLACES negation operator parsing (!place)Jonathan Peyton
2015-10-08Added sockets to the syntax of KMP_PLACE_THREADS environment variable.Jonathan Peyton
2015-09-25Fix memory corruption in Windows debug libraryJonathan Peyton
2015-09-10Fix depth field bug and resize() function in hierarchical barrierJonathan Peyton
2015-09-10Cleanup of affinity hierarchy code.Jonathan Peyton
2015-08-25Fix machine topology pruning.Jonathan Peyton
2015-06-22Allow machine hierarchy expansionJonathan Peyton
2015-06-22Re-enable Visual Studio Builds.Jonathan Peyton
2015-06-01Apply name change to src/* files.Jonathan Peyton
2015-05-27Fix comment about balanced affinityJonathan Peyton
2015-04-13The generation of the hierarchy used by hierarchical barrier improved in how ...Andrey Churbanov
2015-04-02Replace some unsafe API calls with safe alternatives on Windows, prepare code...Andrey Churbanov
2015-04-02Eliminated the write to depth field of the machine_hierarchy data structure i...Andrey Churbanov
2015-03-10issuing of incorrect warning fixedAndrey Churbanov
2015-03-10cleanup: usages of mask size wrapped into macrosAndrey Churbanov
2015-03-10changed unsigned types to signed - caused by comments of Hal Finkel on one of...Andrey Churbanov
2015-03-05minor change: comment improvedAndrey Churbanov
2015-02-10Fixed memory corruption problem.Andrey Churbanov
2015-01-29enable environment variable KMP_PLACE_THREADS also for non-MIC architecturesAndrey Churbanov
2015-01-29fixing typo in error messageAndrey Churbanov
2015-01-27Comments only: removing the Revision and Date svn variables from the top of a...Andrey Churbanov
2015-01-27Enables a cpuid leaf 4 check for non-MIC x86 architectures.Andrey Churbanov
2015-01-27Removes some unused variables (__kmp_ht_*) and changes__kmp_ncores and __kmp_...Andrey Churbanov
2015-01-27Replaces KMP_OS_WINDOWS && KMP_ARCH_X86_64 or any combination of those two op...Andrey Churbanov
2015-01-13This patch enables the use of KMP_AFFINITY=balanced on non-MIC Architectures....Andrey Churbanov
2014-10-07I apologise in advance for the size of this check-in. At Intel we doJim Cownie
2014-02-28Add support for FreeBSDAlp Toker
2014-02-24Fix typosAlp Toker
2013-12-23For your Christmas hacking pleasure.Jim Cownie
2013-09-27First attempt to import OpenMP runtimeJim Cownie