Intel® Moderncode for Parallel Architectures
Support for developing parallel programming applications on Intel® Architecture.

C Runtime error R6034 in an OpenMP application

SergeyKostrov
Valued Contributor II
770 Views

Hi everybody,

I experienced a C Runtime error R6034 in an OpenMP application and I wonder if somebody has any idea of what the error R6034 means?

Best regards,
Sergey

0 Kudos
1 Solution
Vladimir_P_1234567890
770 Views
Hi Sergey,
Usually this means that your application does have broken manifests. there is nothing to do with openmp.
--Vladimir

View solution in original post

0 Kudos
3 Replies
TimP
Honored Contributor III
770 Views
If you're talking about a Visual Studio error, not pertaining to Intel software tools, and the information which comes up in your Windows search engine (about manifests and .dll dependencies) isn't relevant, why not try a Microsoft forum? Surely you can guess better than we which OpenMP library you mean.
0 Kudos
Vladimir_P_1234567890
771 Views
Hi Sergey,
Usually this means that your application does have broken manifests. there is nothing to do with openmp.
--Vladimir
0 Kudos
SergeyKostrov
Valued Contributor II
770 Views
Hi Vladimir,

Yes, that's correct. The only problem is that I can't explain why it happened. At least a re-built of all
components helped to resolve the problem.

Best regards,
Sergey
0 Kudos
Reply