Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

9
  • Is the program still producing the correct results? Perhaps you found a bug in your compilers OpenMP implementation. Commented May 26, 2010 at 17:57
  • Try removing schedule(guided) Commented May 26, 2010 at 18:26
  • Are you sure you used the same compiler flags (especially optimization flags) in every case? Commented May 26, 2010 at 18:27
  • gbrandt: Thank you for the comments, I'm checking the output right now to verify that I'm getting what I expect from the program, and I'll follow up when finished. Commented May 26, 2010 at 18:38
  • 1
    Also, I'm assuming in the real code it's num_threads(1), num_threads(2), ... for each test? Commented May 26, 2010 at 19:13