What's New in This Version
The Intel FORTRAN Compiler version 2.4 offers the following new options since its
previous release:
|
-4Ya, automatic variables:
Allows you to keep local variables on the
stack, instead of on heap storage; also provides separate and
safe access to local variables from different threads running the same subprogram. |
|
-Qdyncom=list_of_common_block_names, dynamic common blocks:
Allows you to specify common blocks that are to be dynamically allocated at
run-time, instead of the static-size common blocks. |
|