On Fri, Jun 14, 2019 at 12:27:53AM +0100, Stuart Henderson wrote:
> At the moment, it's unclear to me (maybe it was mentioned in the thread
> but if so I missed it) what the status of OpenMP is on OpenBSD.
> Whether it's any faster *at all*, whether it works reliably, etc.

As of 6.4 it doesn't work at all -- there's no "omp.h" header file for
code to include, so OpenMP code can't even be compiled on OpenBSD.
(Or, in my case, all the OpenMP code has to be guarded with
  #ifdef HAVE_OPENMP
and that symbol not defined when compiling on OpenBSD.)

Quickly checking a 6.5 system the status appears to be the same.

-- 
-- "Jonathan Thornburg [remove -animal to reply]" 
<jth...@astro.indiana-zebra.edu>
   Dept of Astronomy & IUCSS, Indiana University, Bloomington, Indiana, USA
   currently on the west coast of Canada
   "There was of course no way of knowing whether you were being watched
    at any given moment.  How often, or on what system, the Thought Police
    plugged in on any individual wire was guesswork.  It was even conceivable
    that they watched everybody all the time."  -- George Orwell, "1984"

Reply via email to