Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

/Qopenmp-link:static' is deprecated

Reinaldo_Garcia
Beginner
795 Views
In the newXE 2011 compiler Update 4, I use /Qopenmp-link:static and the compiler indicates:


option '/Qopenmp-link:static' is deprecated and will be removed in a future release. See '/help deprecated'

Does this mean that the OpenMP libraries will need to be distributed separately in the future?

Thanks,

R//G
0 Kudos
2 Replies
Michael_J_Slater__In
New Contributor I
795 Views

Dynamic libraries are still supported.

/Qopenmp-link:dynamic

The use of static OpenMP libraries is not recommended, because they might cause multiple libraries to be linked in an application. The condition is not supported and could lead to unpredictable results.

This section describes thecompatibility librariesandlegacy librariesprovided with the Intel compiler, as well as the selection of run-timeexecution modes.

See our documentation here:http://software.intel.com/sites/products/documentation/hpc/compilerpro/en-us/fortran/win/compiler_f/optaps/common/optaps_par_libs.htm
0 Kudos
Reinaldo_Garcia
Beginner
795 Views
Thanks Michael. I will look into this.

R//G
0 Kudos
Reply