fortran66のブログ

fortran について書きます。

【メモ帳】intel oneAPI Fortran windows visual studio 20xx F1 help

Intel fortran Version: 2022.3 出る!

LLVM 上のコンパイラ ifx の方で f08 が coarray を含め完全サポートされたようです。f18 にも対応が進み coarray の team, event がサポートされたようです。

ようやく Aurora への GPU 加速装置納品が始まったようで、コンパイラの方も間に合わせなければならんでしょう。

www.intel.com

ifort version 2021.7.0
Fortran language fixes and security updates
ifx version 2022.2.0
The following ifort and Fortran 2018 features are now available for ifx

DLLIMPORT/DLLEXPORT support
Allows creating and using dynamic libraries in the Windows environment (ifort compatibility)
Fortran 2018 coarray features and coarrays with allocatable fields
Coarrays, including Fortran 2018 teams and events, are now fully supported. (F2008 and F2018 support)
Fortran 2018 C interoperability support
All C interoperability features, including assumed rank arrays and C array descriptors, are now supported. (F2018 support)

F1 help 導入法

旧来の Visual Studio 20xx の方では F1 を押すことにより、カーソルのあるキーワードの reference manual 項目を開けますが、手動で install する必要があります。

以下のページを参照し、ダウンロードして解凍したフォルダを所定のディレクトリにコピーします。日本語版もあるので好みに合わせて選べます。外国語訳があるのは日本語だけです。

www.intel.com

visual studio code でも使えるとうれしいのですが。中身は html ファイルなので、できるのかな?