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

DLLEXPORT

stydofe1
Beginner
529 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
529 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.

0 Kudos
Reply