[Openmp-commits] [PATCH] Change itt notify mode to 3

Jonathan Peyton jonathan.l.peyton at intel.com
Mon Apr 27 14:02:41 PDT 2015


Hi hfinkel,

By request from Intel(R) VTune(TM) team, we are changing the default OpenMP frames notification mode to 3, which includes parallel regions, barriers + imbalance, loops, single regions reporting.

REPOSITORY
  rL LLVM

http://reviews.llvm.org/D9304

Files:
  runtime/src/kmp_global.c

Index: runtime/src/kmp_global.c
===================================================================
--- runtime/src/kmp_global.c
+++ runtime/src/kmp_global.c
@@ -277,7 +277,7 @@
 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;

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D9304.24501.patch
Type: text/x-patch
Size: 487 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20150427/a778c750/attachment.bin>


More information about the Openmp-commits mailing list