aboutsummaryrefslogtreecommitdiff
path: root/runtime/src/kmp_settings.c
AgeCommit message (Expand)Author
2016-06-16Deprecate KMP_PLACE_THREADS and rename as KMP_HW_SUBSETJonathan Peyton
2016-06-14Renaming change: 41 -> 45 and 4.1 -> 4.5Jonathan Peyton
2016-06-13Hwloc refactoring patchJonathan Peyton
2016-05-31Offer API for setting number of loop dispatch buffersJonathan Peyton
2016-05-16Clean all the mess around KMP_USE_FUTEX and kmp_lock.hPaul Osmialowski
2016-05-13NFC fix indent (relates to my previous commit)Paul Osmialowski
2016-05-12New hwloc API compatibilityPaul Osmialowski
2016-04-14Exponential back off logic for test-and-set lockJonathan Peyton
2016-04-04OMP_WAIT_POLICY changesJonathan Peyton
2016-02-25Add initial support for OpenMP 4.5 task priority featureJonathan Peyton
2016-01-27Removing extra empty linesJonathan Peyton
2016-01-26Fix compilations with msvc's /Zc:strictStringsIsmail Donmez
2015-12-11Hinted lock (OpenMP 4.5 feature) Updates/Fixes Part 2Jonathan Peyton
2015-12-03Replace DYNA_* names with KMP_* namesJonathan Peyton
2015-11-30Adding Hwloc library option for affinity mechanismJonathan Peyton
2015-11-04Remove some empty lines.Jonathan Peyton
2015-10-20Removed '@' from delimiters, added it as offset designator.Jonathan Peyton
2015-10-08Added sockets to the syntax of KMP_PLACE_THREADS environment variable.Jonathan Peyton
2015-09-21Fix the OpenMP 3.0 buildJonathan Peyton
2015-06-08Remove unused variable warnings by deletion.Jonathan Peyton
2015-06-08Remove unused variable warnings by adding proper macro guards.Jonathan Peyton
2015-06-08Removed unused functions.Jonathan Peyton
2015-04-02Replace some unsafe API calls with safe alternatives on Windows, prepare code...Andrey Churbanov
2015-03-10proc_bind_disabled enum value removed, its usage replased with proc_bind_falseAndrey Churbanov
2015-03-10cleanup: usages of mask size wrapped into macrosAndrey Churbanov
2015-02-20Two warning messages fixed.Andrey Churbanov
2015-02-20Detect Intel MIC architecture and set some defaults at run time instead of bu...Andrey Churbanov
2015-02-20Added new user-guided lock api, currently disabled. Use KMP_USE_DYNAMIC_LOCK=...Andrey Churbanov
2015-01-29enable environment variable KMP_PLACE_THREADS also for non-MIC architecturesAndrey Churbanov
2015-01-29fix that sets proc-bind-var to proc_bind_false if affinity is not supportedAndrey Churbanov
2015-01-27Comments only: removing the Revision and Date svn variables from the top of a...Andrey Churbanov
2015-01-27minor formatting changeAndrey Churbanov
2015-01-27Fixes error where proc-bind-var is not set when there is a parsing error of G...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-08-07Commit PowerPC64 support from Carlo Bertolli at IBM.Jim Cownie
2014-03-02Make affinity support conditional on KMP_AFFINITY_SUPPORTEDAlp Toker
2014-02-28Add support for FreeBSDAlp Toker
2014-02-25Restore string match behavior following changes in r202018Alp Toker
2014-02-24Fix typosAlp Toker
2013-12-23For your Christmas hacking pleasure.Jim Cownie
2013-09-27First attempt to import OpenMP runtimeJim Cownie