Hi Zach,

On 03/11/14 17:35, Zach Davis wrote:
> I have another follow-up question for you.  I was able to confirm
> that using the openmp backend, OS X was unable to compile the
> requisite kernel due to lack of clang OpenMP support as you
> mentioned.  I found a post on stackoverflow referencing partial
> OpenMP support in XCode 6 (clang 3.5) on OS X which can be activated
> using the -Xclang -fopenmp=libiomp5 options
> (http://stackoverflow.com/questions/26159225/openmp-support-in-xcode-6-clang-3-5).
> The responder, Alexey Bataev, is doing this development work at Intel
> I believe.  Would passing these options to clang++ enable the kernel
> to compile on OS X, or are we still left waiting for the OpenMP
> implementation to be fully supported?

I am unsure, but would be very interested to know if it fixes things or
not.  The command line arguments used by PyFR can be tweaked by
modifying the list on:

 
<https://github.com/VincentLab/PyFR/blob/develop/pyfr/backends/openmp/compiler.py#L69>

and possibly also the command used to link the resulting object code
together on line 79.

Let me know if this gets things working or not.

Regards, Freddie.

-- 
You received this message because you are subscribed to the Google Groups "PyFR 
Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send an email to [email protected].
Visit this group at http://groups.google.com/group/pyfrmailinglist.
For more options, visit https://groups.google.com/d/optout.

Reply via email to