fortran66のブログ

fortran について書きます。Amazonのアソシエイトとして収入を得ています。

【ニュース】intel llvm fortran ifx 2025.1.0 出てる!?

ifx (IFX) 2025.1.0 20250317

Linux 上で apt update/upgrade すると、intel fortran が update されてバージョンがちょっと上がります。

OneAPI のページではまだ 2025.0 のままなんですが・・・

New Features in ifx 2025.1

       
Changes to the SYSTEM_CLOCK intrinsic have been implemented. All integer arguments must have the same kind type, and be of at least default integer kind. Violation of these restrictions is diagnosed as standard messages when option -stand f2023 (Windows: /stand:f23)or option standard-semantics appears on the command line.
PUBLIC NAMELIST groups may now contain PRIVATE variables.

www.intel.com

いつの頃か GASnet のツールが加わっていて、まだ C++ しか対応していないようですが、coarray が MPI 経由ではなく GASnet 上で実装されるかもしれません。せっかくの PGAS 言語なのでw

dyna@dyna:~$ ifx --version
ifx (IFX) 2025.1.0 20250317
Copyright (C) 1985-2025 Intel Corporation. All rights reserved.