summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/kmp_affinity.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP] Remove compiler warning about unused valueJoachim Protze2019-01-161-6/+6
* [OpenMP] Fix for nested proc_bind affinity bugJonathan Peyton2019-01-151-6/+11
* [OpenMP] Implement OpenMP 5.0 affinity format functionalityJonathan Peyton2018-12-131-30/+110
* [OpenMP] Fix balanced affinity so thread's private affinity mask is updatedJonathan Peyton2018-09-261-7/+5
* [OpenMP] Fixed affinity verbose double printing for balanced type.Jonathan Peyton2018-08-241-1/+2
* [OpenMP] Cleanup codeJonathan Peyton2018-08-091-38/+6
* [OpenMP] Introduce hierarchical schedulingJonathan Peyton2018-07-091-0/+87
* [OpenMP] Fix affinity API for KMP_AFFINITY=none|compact|scatterJonathan Peyton2018-04-181-2/+15
* [AArch64] fix an issue with older /proc/cpuinfo layoutPaul Osmialowski2017-12-131-0/+8
* Fix thread affinity on non-x86 LinuxJonas Hahnfeld2017-12-081-1/+1
* Eliminate double printing of verbose affinity settingsJonathan Peyton2017-12-061-1/+3
* Extension of HWLOC topology discovery with NUMA nodes and tilesAndrey Churbanov2017-11-301-172/+345
* Warning is emitted when tiles are requested but cannot be usedJonathan Peyton2017-11-291-0/+12
* Apply formatting changesJonathan Peyton2017-10-201-3/+0
* Remove unnecessary semicolonsJonathan Peyton2017-09-271-1/+1
* Minor code cleanup of Klocwork issuesJonathan Peyton2017-09-051-6/+5
* OpenMP RTL cleanup: eliminated warnings with -Wcast-qual, patch 2.Andrey Churbanov2017-07-171-7/+5
* OpenMP RTL cleanup: eliminated warnings with -Wcast-qual.Andrey Churbanov2017-07-031-76/+79
* Fix minor formatting issuesJonathan Peyton2017-06-011-1/+1
* Fix for KMP_AFFINITY=disabled and KMP_TOPOLOGY_METHOD=hwlocJonathan Peyton2017-05-311-1/+4
* Fix for KMP_AFFINITY=respect with multiple processor groupsJonathan Peyton2017-05-151-3/+2
* Clang-format and whitespace cleanup of source codeJonathan Peyton2017-05-121-4711/+4265
* Fix Hwloc API IncompatibilityJonathan Peyton2017-04-251-4/+4
* KMP_HW_SUBSET extended with NUMA support when HWLOC enabledAndrey Churbanov2017-04-131-75/+638
* Fix incorrect initial value of __kmp_affinity_type.Jonathan Peyton2017-03-201-0/+1
* Printing OS thread id, when KMP_AFFINITY is set.Jonathan Peyton2017-01-271-6/+4
* kmp_affinity: Fix check if specific bit is setJonas Hahnfeld2017-01-121-1/+1
* Introduce dynamic affinity dispatch capabilitiesJonathan Peyton2016-11-141-56/+42
* Fix bitmask upper bounds checkJonathan Peyton2016-09-121-15/+16
* Move function into cpp file under KMP_AFFINITY_SUPPORTED guard.Jonathan Peyton2016-09-021-0/+25
* Replace a bad instance of __kmp_free() with KMP_CPU_FREE_ARRAY() macro.Jonathan Peyton2016-09-021-1/+1
* Fixed x2APIC discovery for 256-processor architectures.Andrey Churbanov2016-08-051-3/+3
* Make balanced affinity work on AArch64.Paul Osmialowski2016-07-291-57/+141
* D22136: Memory leaks fixed by adding missed __kmp_free() callsAndrey Churbanov2016-07-081-0/+2
* Improvements to process affinity mask settingJonathan Peyton2016-06-211-51/+102
* Change hwloc discovery algorithm to print topology only for accessible resourcesJonathan Peyton2016-06-161-17/+29
* Fixed missing memory cleanup in __kmp_affinity_create_hwloc_map()Jonathan Peyton2016-06-161-0/+2
* Deprecate KMP_PLACE_THREADS and rename as KMP_HW_SUBSETJonathan Peyton2016-06-161-4/+4
* Affinity mask processing improvementsJonathan Peyton2016-06-131-49/+44
* Hwloc refactoring patchJonathan Peyton2016-06-131-106/+122
* Remove architecture dependent Hwloc DEBUG sectionJonathan Peyton2016-04-251-30/+0
* 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
OpenPOWER on IntegriCloud