index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
openmp
/
runtime
/
src
/
kmp_settings.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Hinted lock (OpenMP 4.5 feature) Updates/Fixes Part 2
Jonathan Peyton
2015-12-11
1
-8
/
+31
*
Replace DYNA_* names with KMP_* names
Jonathan Peyton
2015-12-03
1
-8
/
+8
*
Adding Hwloc library option for affinity mechanism
Jonathan Peyton
2015-11-30
1
-0
/
+37
*
Remove some empty lines.
Jonathan Peyton
2015-11-04
1
-6
/
+0
*
Removed '@' from delimiters, added it as offset designator.
Jonathan Peyton
2015-10-20
1
-23
/
+75
*
Added sockets to the syntax of KMP_PLACE_THREADS environment variable.
Jonathan Peyton
2015-10-08
1
-76
/
+169
*
Fix the OpenMP 3.0 build
Jonathan Peyton
2015-09-21
1
-3
/
+4
*
Remove unused variable warnings by deletion.
Jonathan Peyton
2015-06-08
1
-3
/
+0
*
Remove unused variable warnings by adding proper macro guards.
Jonathan Peyton
2015-06-08
1
-1
/
+6
*
Removed unused functions.
Jonathan Peyton
2015-06-08
1
-122
/
+0
*
Replace some unsafe API calls with safe alternatives on Windows, prepare code...
Andrey Churbanov
2015-04-02
1
-13
/
+13
*
proc_bind_disabled enum value removed, its usage replased with proc_bind_false
Andrey Churbanov
2015-03-10
1
-6
/
+2
*
cleanup: usages of mask size wrapped into macros
Andrey Churbanov
2015-03-10
1
-1
/
+1
*
Two warning messages fixed.
Andrey Churbanov
2015-02-20
1
-1
/
+1
*
Detect Intel MIC architecture and set some defaults at run time instead of bu...
Andrey Churbanov
2015-02-20
1
-31
/
+45
*
Added new user-guided lock api, currently disabled. Use KMP_USE_DYNAMIC_LOCK=...
Andrey Churbanov
2015-02-20
1
-1
/
+21
*
enable environment variable KMP_PLACE_THREADS also for non-MIC architectures
Andrey Churbanov
2015-01-29
1
-4
/
+0
*
fix that sets proc-bind-var to proc_bind_false if affinity is not supported
Andrey Churbanov
2015-01-29
1
-0
/
+6
*
Comments only: removing the Revision and Date svn variables from the top of a...
Andrey Churbanov
2015-01-27
1
-2
/
+0
*
minor formatting change
Andrey Churbanov
2015-01-27
1
-2
/
+1
*
Fixes error where proc-bind-var is not set when there is a parsing error of G...
Andrey Churbanov
2015-01-27
1
-0
/
+3
*
Replaces KMP_OS_WINDOWS && KMP_ARCH_X86_64 or any combination of those two op...
Andrey Churbanov
2015-01-27
1
-12
/
+12
*
This patch enables the use of KMP_AFFINITY=balanced on non-MIC Architectures....
Andrey Churbanov
2015-01-13
1
-13
/
+15
*
I apologise in advance for the size of this check-in. At Intel we do
Jim Cownie
2014-10-07
1
-154
/
+270
*
Commit PowerPC64 support from Carlo Bertolli at IBM.
Jim Cownie
2014-08-07
1
-1
/
+2
*
Make affinity support conditional on KMP_AFFINITY_SUPPORTED
Alp Toker
2014-03-02
1
-22
/
+12
*
Add support for FreeBSD
Alp Toker
2014-02-28
1
-16
/
+12
*
Restore string match behavior following changes in r202018
Alp Toker
2014-02-25
1
-2
/
+2
*
Fix typos
Alp Toker
2014-02-24
1
-4
/
+4
*
For your Christmas hacking pleasure.
Jim Cownie
2013-12-23
1
-6
/
+14
*
First attempt to import OpenMP runtime
Jim Cownie
2013-09-27
1
-0
/
+5244