summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/kmp_barrier.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add debug trace message for hierarchical barrierJonathan Peyton2015-11-121-0/+2
* Fixes and improvements to tasking in barriersJonathan Peyton2015-11-091-1/+6
* Refactor of task_team code.Jonathan Peyton2015-11-041-11/+4
* Formatting/Whitespace/Comment changes associated with wait/release improvements.Jonathan Peyton2015-10-081-1/+1
* OpenMP Wait/release improvements.Jonathan Peyton2015-10-081-3/+4
* [OMPT] Simplify control variable logic for OMPTJonathan Peyton2015-09-211-22/+18
* Fix the OpenMP 3.0 buildJonathan Peyton2015-09-211-0/+4
* [OMPT] Correct an incorrect OMPT ifdef Jonathan Peyton2015-09-181-1/+1
* Fix hanging barriers if number of parallel regions exceeds UINT_MAXJonathan Peyton2015-09-101-19/+19
* Replace variables with definitions inside KMP_DEBUG_ASSERT statementsJonathan Peyton2015-08-261-3/+1
* One line fix for hierarchical barrierJonathan Peyton2015-08-121-0/+1
* Tidy statistics collectionJonathan Peyton2015-08-111-37/+40
* Follow up to safe API patchJonathan Peyton2015-07-091-1/+1
* Enable debugger supportJonathan Peyton2015-07-091-2/+12
* Fix OMPT event_barrer_endJonathan Peyton2015-07-011-1/+1
* Fix OMPT state maintenance for barriers and missing init of implicit task id.Jonathan Peyton2015-06-291-7/+14
* Remove unused variable warnings by moving variables.Jonathan Peyton2015-06-081-2/+1
* Remove unused variable warnings by fooling compiler.Jonathan Peyton2015-06-081-1/+2
* D9306 omp 4.1 async offload support (partial): code changesAndrey Churbanov2015-05-071-2/+25
* D9302.partial2: cleanup of ittnotify checks, that eliminats redundant notific...Andrey Churbanov2015-05-061-16/+26
* D9302.partial: bug fix for ittnotify: added missed timing on hierarchical bar...Andrey Churbanov2015-05-061-0/+7
* These are the actual changes in the runtime to issue OMPT-related functions. ...Andrey Churbanov2015-04-291-0/+67
* proc_bind_disabled enum value removed, its usage replased with proc_bind_falseAndrey Churbanov2015-03-101-2/+1
* The usage of tt_state flag is replaced by an array of two task_team pointers.Andrey Churbanov2015-02-101-5/+5
* Comments only: removing the Revision and Date svn variables from the top of a...Andrey Churbanov2015-01-271-2/+0
* Fixed implementation of the teams construct in case it contains parallel regi...Andrey Churbanov2015-01-271-6/+14
* This patch enables the use of KMP_AFFINITY=balanced on non-MIC Architectures....Andrey Churbanov2015-01-131-2/+2
* small fixes to the hierarchical barrierAndrey Churbanov2015-01-131-1/+4
* I apologise in advance for the size of this check-in. At Intel we doJim Cownie2014-10-071-0/+1607
OpenPOWER on IntegriCloud