summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/kmp_settings.c
Commit message (Expand)AuthorAgeFilesLines
* Change source files from .c to .cppJonathan Peyton2016-12-141-5631/+0
* Cleanup: memory leaks on warnings printing fixed; some memory freeing cleaned...Andrey Churbanov2016-11-281-4/+4
* Introduce dynamic affinity dispatch capabilitiesJonathan Peyton2016-11-141-34/+3
* Code cleanup for the runtime without monitor threadJonathan Peyton2016-10-071-1/+3
* Disable monitor thread creation by default.Jonathan Peyton2016-09-271-0/+8
* [OPENMP] Implementation of omp_get_default_device and omp_set_default_deviceGeorge Rokos2016-09-091-0/+16
* http://reviews.llvm.org/D22134: Implementation of OpenMP 4.5 nonmonotonic sch...Andrey Churbanov2016-07-111-3/+2
* Deprecate KMP_PLACE_THREADS and rename as KMP_HW_SUBSETJonathan Peyton2016-06-161-21/+42
* Renaming change: 41 -> 45 and 4.1 -> 4.5Jonathan Peyton2016-06-141-3/+3
* Hwloc refactoring patchJonathan Peyton2016-06-131-25/+13
* Offer API for setting number of loop dispatch buffersJonathan Peyton2016-05-311-0/+18
* Clean all the mess around KMP_USE_FUTEX and kmp_lock.hPaul Osmialowski2016-05-161-2/+3
* NFC fix indent (relates to my previous commit)Paul Osmialowski2016-05-131-3/+3
* New hwloc API compatibilityPaul Osmialowski2016-05-121-0/+13
* Exponential back off logic for test-and-set lockJonathan Peyton2016-04-141-0/+97
* OMP_WAIT_POLICY changesJonathan Peyton2016-04-041-2/+15
* Add initial support for OpenMP 4.5 task priority featureJonathan Peyton2016-02-251-1/+19
* Removing extra empty linesJonathan Peyton2016-01-271-1/+0
* Fix compilations with msvc's /Zc:strictStringsIsmail Donmez2016-01-261-2/+2
* Hinted lock (OpenMP 4.5 feature) Updates/Fixes Part 2Jonathan Peyton2015-12-111-8/+31
* Replace DYNA_* names with KMP_* namesJonathan Peyton2015-12-031-8/+8
* Adding Hwloc library option for affinity mechanismJonathan Peyton2015-11-301-0/+37
* Remove some empty lines.Jonathan Peyton2015-11-041-6/+0
* Removed '@' from delimiters, added it as offset designator.Jonathan Peyton2015-10-201-23/+75
* Added sockets to the syntax of KMP_PLACE_THREADS environment variable.Jonathan Peyton2015-10-081-76/+169
* Fix the OpenMP 3.0 buildJonathan Peyton2015-09-211-3/+4
* Remove unused variable warnings by deletion.Jonathan Peyton2015-06-081-3/+0
* Remove unused variable warnings by adding proper macro guards.Jonathan Peyton2015-06-081-1/+6
* Removed unused functions.Jonathan Peyton2015-06-081-122/+0
* Replace some unsafe API calls with safe alternatives on Windows, prepare code...Andrey Churbanov2015-04-021-13/+13
* proc_bind_disabled enum value removed, its usage replased with proc_bind_falseAndrey Churbanov2015-03-101-6/+2
* cleanup: usages of mask size wrapped into macrosAndrey Churbanov2015-03-101-1/+1
* Two warning messages fixed.Andrey Churbanov2015-02-201-1/+1
* Detect Intel MIC architecture and set some defaults at run time instead of bu...Andrey Churbanov2015-02-201-31/+45
* Added new user-guided lock api, currently disabled. Use KMP_USE_DYNAMIC_LOCK=...Andrey Churbanov2015-02-201-1/+21
* enable environment variable KMP_PLACE_THREADS also for non-MIC architecturesAndrey Churbanov2015-01-291-4/+0
* fix that sets proc-bind-var to proc_bind_false if affinity is not supportedAndrey Churbanov2015-01-291-0/+6
* Comments only: removing the Revision and Date svn variables from the top of a...Andrey Churbanov2015-01-271-2/+0
* minor formatting changeAndrey Churbanov2015-01-271-2/+1
* Fixes error where proc-bind-var is not set when there is a parsing error of G...Andrey Churbanov2015-01-271-0/+3
* Replaces KMP_OS_WINDOWS && KMP_ARCH_X86_64 or any combination of those two op...Andrey Churbanov2015-01-271-12/+12
* This patch enables the use of KMP_AFFINITY=balanced on non-MIC Architectures....Andrey Churbanov2015-01-131-13/+15
* I apologise in advance for the size of this check-in. At Intel we doJim Cownie2014-10-071-154/+270
* Commit PowerPC64 support from Carlo Bertolli at IBM.Jim Cownie2014-08-071-1/+2
* Make affinity support conditional on KMP_AFFINITY_SUPPORTEDAlp Toker2014-03-021-22/+12
* Add support for FreeBSDAlp Toker2014-02-281-16/+12
* Restore string match behavior following changes in r202018Alp Toker2014-02-251-2/+2
* Fix typosAlp Toker2014-02-241-4/+4
* For your Christmas hacking pleasure.Jim Cownie2013-12-231-6/+14
* First attempt to import OpenMP runtimeJim Cownie2013-09-271-0/+5244
OpenPOWER on IntegriCloud