summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/kmp_global.c
Commit message (Expand)AuthorAgeFilesLines
* Change source files from .c to .cppJonathan Peyton2016-12-141-497/+0
* Update stats-gathering codeJonathan Peyton2016-11-141-2/+2
* Introduce dynamic affinity dispatch capabilitiesJonathan Peyton2016-11-141-5/+7
* Code cleanup for the runtime without monitor threadJonathan Peyton2016-10-071-0/+2
* Disable monitor thread creation by default.Jonathan Peyton2016-09-271-0/+11
* [OPENMP] Implementation of omp_get_default_device and omp_set_default_deviceGeorge Rokos2016-09-091-0/+4
* Teach OpenMP Library to use Hwloc on WindowsJonathan Peyton2016-06-161-4/+5
* Renaming change: 41 -> 45 and 4.1 -> 4.5Jonathan Peyton2016-06-141-1/+1
* Offer API for setting number of loop dispatch buffersJonathan Peyton2016-05-311-0/+1
* Fixing the non-x86 build by removing dependence on kmp_cpuid_tHal Finkel2016-03-271-0/+2
* Add initial support for OpenMP 4.5 task priority featureJonathan Peyton2016-02-251-0/+3
* [STATS] Fix stats lock problem to be compatible with new hinted lock codeJonathan Peyton2015-12-171-1/+1
* Adding Hwloc library option for affinity mechanismJonathan Peyton2015-11-301-0/+4
* Remove some empty lines.Jonathan Peyton2015-11-041-1/+0
* Formatting/Whitespace/Comment changes associated with wait/release improvements.Jonathan Peyton2015-10-081-2/+1
* Added sockets to the syntax of KMP_PLACE_THREADS environment variable.Jonathan Peyton2015-10-081-1/+3
* Remove unused KMP_SETVERSION macroJonathan Peyton2015-08-131-4/+0
* ittnotify: change default notification mode to 3, which includes parallel reg...Andrey Churbanov2015-05-061-1/+1
* changed unsigned types to signed - caused by comments of Hal Finkel on one of...Andrey Churbanov2015-03-101-3/+3
* Detect Intel MIC architecture and set some defaults at run time instead of bu...Andrey Churbanov2015-02-201-0/+4
* enable environment variable KMP_PLACE_THREADS also for non-MIC architecturesAndrey Churbanov2015-01-291-2/+0
* Comments only: removing the Revision and Date svn variables from the top of a...Andrey Churbanov2015-01-271-2/+0
* Removes some unused variables (__kmp_ht_*) and changes__kmp_ncores and __kmp_...Andrey Churbanov2015-01-271-3/+2
* Replaces KMP_OS_WINDOWS && KMP_ARCH_X86_64 or any combination of those two op...Andrey Churbanov2015-01-271-2/+2
* I apologise in advance for the size of this check-in. At Intel we doJim Cownie2014-10-071-10/+47
* Commit PowerPC64 support from Carlo Bertolli at IBM.Jim Cownie2014-08-071-0/+4
* Make affinity support conditional on KMP_AFFINITY_SUPPORTEDAlp Toker2014-03-021-2/+2
* Fix typosAlp Toker2014-02-241-1/+1
* For your Christmas hacking pleasure.Jim Cownie2013-12-231-6/+3
* First attempt to import OpenMP runtimeJim Cownie2013-09-271-0/+434
OpenPOWER on IntegriCloud