OpenMP support?
As it seems the following files for OpenMP support are missing (at least for my installation): vcomp.lib and omp.h. Are they available for the Beta 2? Where can I get them?
Cheers
Juergen
Cheers
Juergen
Well, I have Pro RTM. The library and header is there, but at runtime the executable can't find the vcomp[ d].dll. It appears that /openmp does not generate correct manifest file for referencing side-by-side installation of OpenMP runtime :(, so it is not simple to use.
The runtime seems to work fine, the overhead of OpenMP runtime is not that bad, nice work.
Using VS 2005 Pro, and get the:
"This application has failed to start because vcompd.dll was not found ....."
I have tried including omp.h and have checked that the dll does exist
in my WinSXS folder and it is the right version and there is a manifest for it in there as well.
My intermediate manifest includes references that seem correct to the dll.
And still it does not work - please help.
Note it works in Release when it's looking for vcomp.dll, but not in debug.
Thanks,