summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/kmp_settings.c
Commit message (Expand)AuthorAgeFilesLines
* 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