Hi,
I am wondering if its planned to have Windows support for libiomp? I
see some Windows specific code here and there but website mentions
only Linux & OSX support.
Regards,
ismail
Hi,
I am wondering if its planned to have Windows support for libiomp? I
see some Windows specific code here and there but website mentions
only Linux & OSX support.
Regards,
ismail
See http://openmp.llvm.org/README.txt
The runtime library already supports Windows (at least when compiled by the Intel compiler).
-- Jim
James Cownie <james.h.cownie@intel.com>
SSG/DPD/TCAR (Technical Computing, Analyzers and Runtimes)
Tel: +44 117 9071438
Hi,
Do you mean clang-cl (visual studio style flags) for windows support?
-- Johnny
Hi,
What generator were you using (Visual Studio files, NMake files, Unix Makefiles?) and what compiler were you using? I'm doing a large refactor of the CMake code:
http://reviews.llvm.org/D10656
I would definitely like to get this working.
-- Johnny
FYI, I’ll ask some of the Windows folks here to look at the CMake refactor code (maybe after its committed) to see if it builds cleanly for them. They can likely test it with different compilers and let you know what issues are hit.
Hi,