Intel® Moderncode for Parallel Architectures
Support for developing parallel programming applications on Intel® Architecture.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

DLLEXPORT

stydofe1
Beginner
633 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
633 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