Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
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.

Qopenmp-link:static not supported

tropfen
New Contributor I
1,048 Views

Hello,

for an older version of IVF (11.1.xxx) i had the need to add the following option: Qopenmp-link:static.

Using the current version (13.1.1.171) i get the warning 'Qopenmp-link:static not supported'.

For the old version i explicitly needed the option to include the needed 'MP' files into the exe-files. Are those files automaticlly included with the current version?

Thanks in advance

Frank

0 Kudos
4 Replies
Steven_L_Intel1
Employee
1,048 Views

For our Windows compilers, the OpenMP library is now provided in DLL form only. This is called out in the release notes. There have also been warnings in the release notes in some previous versions (though not as far back as 11.1) that the static library was going away.

0 Kudos
tropfen
New Contributor I
1,048 Views

Hello Steve,

the change from lib to dll is one point. The other is, is it needed to add those dll files if i distribute the exe file or are all needed parts from those dll files added to the exe file?

Thanks in advance

Frank

0 Kudos
Steven_L_Intel1
Employee
1,048 Views

You need to distribute the DLL separately.

0 Kudos
Steven_L_Intel1
Employee
1,048 Views

Sorry, it is not possible. But you should just be able to copy libiomp5md.dll alongside your EXE. You don't have to use the msi. Nothing else is needed.

0 Kudos
Reply