fortran66のブログ

fortran について書きます。

【乞食速報】 インテル Parallel Studio XE 2019 ベータプログラム始まる!

Intel Fortran Ver. 19 beta

毎年、春先に始まり秋口に終わるベータプログラムが今年も始まりました。今年は十月十一日迄の模様です。

software.intel.com

F1 HELP が復活

手動で設定が必要です。ver.18 用も準備中のようです。
software.intel.com

新文法

coarray 方面では reduction 演算は入らず、event が入ったようです。

Fortran 2008 and Fortran 2018 Feature Summary
The Intel® Fortran Compiler now supports all features from the Fortran 2008 standard. The Intel® Fortran Compiler also supports features from the proposed draft Fortran 2018 standard. Additional features will be supported in future releases. Features from the proposed Fortran 2018 standard supported by the current version include:
Assumed type (TYPE(*))
Assumed rank (DIMENSION(..))
Relaxed restrictions on interoperable dummy arguments
C include file ISO_Fortran_binding.h for use by C code manipulating “C descriptors” used by Fortran
Coarray events
Intrinsic function coshape
Default accessibility for entities accessed from a module
Import Enhancements
All standard procedures in ISO_C_BINDING other than C_F_POINTER are now PURE