インテル® Fortran コンパイラー 19.1 デベロッパー・ガイドおよびリファレンス
The major new features for this release are as follows:
Compiler option assume [no]old_inquire_recl
Determines the value of the RECL= specifier on an INQUIRE statement for an unconnected unit or a unit connected for stream access. For more information, see assume.
Compiler option assume [no]old_ldout_zero
Determines the format of a floating-point zero produced by list-directed output. old_ldout_zero uses exponential format, noold_ldout_zero uses fractional format. For more information, see assume.
Compiler option check [no]udio_iostat
Determines whether standard conformance checking occurs when user defined derived type input/output procedures are executed. For more information, see check.
Compiler option warn [no]externals
Determines whether warnings occur for any dummy procedures or procedure calls that have on explicit interface or have not been declared EXTERNAL. For more information, see warn.
The following are new OpenMP* features:
Extension to the OpenMP* SIMD directive
You can now specify an IF clause for this directive. For more information, see SIMD Directive (OpenMP* API).
Extension to the OpenMP* SIMD directive
You can now specify a NONTEMPORAL clause for this directive. For more information, see SIMD Directive (OpenMP* API).
The SCAN directive
You can now specify the SCAN directive, which specifies a scan computation that updates each list item in each iteration of the loop the directive appears in. For more information, see SCAN.
For a summary of new Fortran 2018 features, see Fortran 2018 Features.
For a summary of new Fortran 2008 features, see Fortran 2008 Features.
For a summary of Fortran 2003 features, see Fortran 2003 Features.
For information on new compiler options in this release, see New Options in the Compiler Options reference.
For information about the Fortran standards, visit the Fortran standards technical committee website at http://j3-fortran.org/.
For information about the OpenMP* standards, see the OpenMP website at http://www.openmp.org/.