Intel® Moderncode for Parallel Architectures
Support for developing parallel programming applications on Intel® Architecture.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

DLLEXPORT

stydofe1
Beginner
221 Views

I had the following errors when parallelizingsome codes in IVF 12,
error #8117: DLLIMPORT and DLLEXPORT symbols may not be specified in a COPYIN or REDUCTION list.

It seems that copyin does not work for a threadprivate variable, how should the variable be initialized?

Thanks in advance.

0 Kudos
1 Reply
stydofe1
Beginner
221 Views

With IVF12, Can a module variable with dllexport or dllimport attribute be a threadprivate varaible, I tiried this without success. Is it a compiler problem? Thanks.

Reply