[Openmp-commits] [PATCH] D12998: Overhaul OMPT initialization interface

Jonathan Peyton via Openmp-commits openmp-commits at lists.llvm.org
Mon Sep 21 08:39:24 PDT 2015


jlpeyton added a comment.

Sorry, I missed one.


================
Comment at: runtime/src/kmp_runtime.c:6783
@@ -6774,3 +6782,3 @@
 #if OMPT_SUPPORT
-    ompt_init();
+    ompt_post_init();
 #endif
----------------
I forgot this one, this is unnecessary as well.


Repository:
  rL LLVM

http://reviews.llvm.org/D12998





More information about the Openmp-commits mailing list