Intel® Fortran Compiler XE 13.1 User and Reference Guides
Determines whether the compiler links to the library of portability routines.
Windows: Libraries > Use Portlib Library
Linux: None
OS X: None
All
Linux and OS X: | None |
Windows: | /4Nportlib /4Yportlib |
None
/4Yportlib |
The library of portability routines is linked during compilation. |
Option /4Yportlib causes the compiler to link to the library of portability routines. This also includes Intel's functions for Microsoft* compatibility.
Option /4Nportlib prevents the compiler from linking to the library of portability routines.
None