aboutsummaryrefslogtreecommitdiff
path: root/runtime/src/kmp_os.h
diff options
context:
space:
mode:
authorJonathan Peyton <jonathan.l.peyton@intel.com>2016-06-14 17:57:47 +0000
committerJonathan Peyton <jonathan.l.peyton@intel.com>2016-06-14 17:57:47 +0000
commit171ddd1f232e277b8a9310e76495344e623d512d (patch)
tree614d1acd6f4bfb544e9b7cb555208b388b30c888 /runtime/src/kmp_os.h
parentf7dc7b1746a83669fc5559d7c7f66df3a4ee679e (diff)
Renaming change: 41 -> 45 and 4.1 -> 4.5
OpenMP 4.1 is now OpenMP 4.5. Any mention of 41 or 4.1 is replaced with 45 or 4.5. Also, if the CMake option LIBOMP_OMP_VERSION is 41, CMake warns that 41 is deprecated and to use 45 instead. git-svn-id: https://llvm.org/svn/llvm-project/openmp/trunk@272687 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime/src/kmp_os.h')
-rw-r--r--runtime/src/kmp_os.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/src/kmp_os.h b/runtime/src/kmp_os.h
index 812a5ba..3335214 100644
--- a/runtime/src/kmp_os.h
+++ b/runtime/src/kmp_os.h
@@ -679,7 +679,7 @@ typedef void (*microtask_t)( int *gtid, int *npr, ... );
#endif
// Enable dynamic user lock
-#if OMP_41_ENABLED
+#if OMP_45_ENABLED
# define KMP_USE_DYNAMIC_LOCK 1
#endif