Intel® Fortran Compiler XE 13.1 User and Reference Guides
Tells the compiler to generate reentrant code to support a multithreaded application.
Windows: Code Generation > Generate Reentrant Code
Linux: None
OS X: Code Generation > Generate Reentrant Code
All
Linux and OS X: | -reentrancy keyword -noreentrancy |
Windows: | /reentrancy:keyword /noreentrancy |
keyword |
Specifies details about the program. Possible values are:
|
noreentrancy |
The compiler does not generate reentrant code for applications. |
This option tells the compiler to generate reentrant code to support a multithreaded application.
If you do not specify a keyword for reentrancy, it is the same as specifying reentrancy threaded.
Note that if option threads is specified, it sets option reentrancy threaded, since multithreaded code must be reentrant.
None