summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/kmp_affinity.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix buffer problem with printing long Hwloc affinity maskJonathan Peyton2016-04-251-1/+1
* New API for restoring current thread's affinity to init affinity of applicationJonathan Peyton2016-01-121-0/+38
* Adding Hwloc library option for affinity mechanismJonathan Peyton2015-11-301-122/+517
* Improvements to machine_hierarchy code for re-sizingJonathan Peyton2015-11-091-3/+4
* Fix OMP_PLACES negation operator parsing (!place)Jonathan Peyton2015-10-191-1/+1
* Added sockets to the syntax of KMP_PLACE_THREADS environment variable.Jonathan Peyton2015-10-081-22/+37
* Fix memory corruption in Windows debug libraryJonathan Peyton2015-09-251-5/+5
* Fix depth field bug and resize() function in hierarchical barrierJonathan Peyton2015-09-101-6/+3
* Cleanup of affinity hierarchy code.Jonathan Peyton2015-09-101-456/+28
* Fix machine topology pruning.Jonathan Peyton2015-08-251-17/+22
* Allow machine hierarchy expansionJonathan Peyton2015-06-221-10/+78
* Re-enable Visual Studio Builds.Jonathan Peyton2015-06-221-3/+3
* Apply name change to src/* files.Jonathan Peyton2015-06-011-1/+1
* Fix comment about balanced affinityJonathan Peyton2015-05-271-1/+1
* The generation of the hierarchy used by hierarchical barrier improved in how ...Andrey Churbanov2015-04-131-43/+78
* Replace some unsafe API calls with safe alternatives on Windows, prepare code...Andrey Churbanov2015-04-021-19/+19
* Eliminated the write to depth field of the machine_hierarchy data structure i...Andrey Churbanov2015-04-021-9/+7
* issuing of incorrect warning fixedAndrey Churbanov2015-03-101-4/+4
* cleanup: usages of mask size wrapped into macrosAndrey Churbanov2015-03-101-2/+2
* changed unsigned types to signed - caused by comments of Hal Finkel on one of...Andrey Churbanov2015-03-101-3/+3
* minor change: comment improvedAndrey Churbanov2015-03-051-1/+1
* Fixed memory corruption problem.Andrey Churbanov2015-02-101-0/+4
* enable environment variable KMP_PLACE_THREADS also for non-MIC architecturesAndrey Churbanov2015-01-291-10/+3
* fixing typo in error messageAndrey Churbanov2015-01-291-1/+1
* Comments only: removing the Revision and Date svn variables from the top of a...Andrey Churbanov2015-01-271-2/+0
* Enables a cpuid leaf 4 check for non-MIC x86 architectures.Andrey Churbanov2015-01-271-21/+14
* Removes some unused variables (__kmp_ht_*) and changes__kmp_ncores and __kmp_...Andrey Churbanov2015-01-271-17/+9
* 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-10/+2
* I apologise in advance for the size of this check-in. At Intel we doJim Cownie2014-10-071-137/+268
* Add support for FreeBSDAlp Toker2014-02-281-7/+2
* Fix typosAlp Toker2014-02-241-5/+5
* For your Christmas hacking pleasure.Jim Cownie2013-12-231-7/+18
* First attempt to import OpenMP runtimeJim Cownie2013-09-271-0/+4540
OpenPOWER on IntegriCloud