summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src
diff options
context:
space:
mode:
authorAndrey Churbanov <Andrey.Churbanov@intel.com>2015-05-06 17:41:58 +0000
committerAndrey Churbanov <Andrey.Churbanov@intel.com>2015-05-06 17:41:58 +0000
commitc6317d55e4eb7e5c3aaa2309f2bcae36b41ba75e (patch)
tree8f7f7b3cbf3148139449987d15ffdf83b7cd9ecf /openmp/runtime/src
parent06cf33fbea70f2672e814d82ad9005b9f9e6c6e8 (diff)
downloadbcm5719-llvm-c6317d55e4eb7e5c3aaa2309f2bcae36b41ba75e.tar.gz
bcm5719-llvm-c6317d55e4eb7e5c3aaa2309f2bcae36b41ba75e.zip
ittnotify: change default notification mode to 3, which includes parallel regions, barriers + imbalance, loops, single regions reporting.
llvm-svn: 236616
Diffstat (limited to 'openmp/runtime/src')
-rw-r--r--openmp/runtime/src/kmp_global.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/runtime/src/kmp_global.c b/openmp/runtime/src/kmp_global.c
index 261efc4e846..49ddbd4eb2a 100644
--- a/openmp/runtime/src/kmp_global.c
+++ b/openmp/runtime/src/kmp_global.c
@@ -277,7 +277,7 @@ int __kmp_settings = FALSE;
int __kmp_duplicate_library_ok = 0;
#if USE_ITT_BUILD
int __kmp_forkjoin_frames = 1;
-int __kmp_forkjoin_frames_mode = 0;
+int __kmp_forkjoin_frames_mode = 3;
#endif
PACKED_REDUCTION_METHOD_T __kmp_force_reduction_method = reduction_method_not_defined;
int __kmp_determ_red = FALSE;
OpenPOWER on IntegriCloud