[Openmp-commits] [PATCH] D43882: [OMPT] Fix interoperability test with GCC

Joachim Protze via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Feb 28 13:24:32 PST 2018


protze.joachim accepted this revision.
protze.joachim added a comment.
This revision is now accepted and ready to land.

LGTM.



================
Comment at: runtime/test/ompt/misc/interoperability.cpp:19
   OMPT_SIGNAL(condition);
-  // wait for both pthreads to arrive
+  // Wait for both master threads to arrive.
   OMPT_WAIT(condition, 2);
----------------
According to OpenMP terminology we are waiting for **initial** threads


Repository:
  rOMP OpenMP

https://reviews.llvm.org/D43882





More information about the Openmp-commits mailing list