Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Intel's Fortran 2018 now released

280 views
Skip to first unread message

Steve Lionel

unread,
Dec 8, 2020, 2:02:27 PM12/8/20
to
Intel has released its oneAPI toolkit, which includes full support for
Fortran 2018. Even better news, it's free if you don't mind "community
support". (If you want Priority Support, you can buy it.)

There are two Fortran compilers here. ifort is the next version of what
had been in Intel Parallel Studio XE, and is the one with the full
Fortran 2018 support. ifx is a new, LLVM-based compiler and is still
considered "beta".

https://software.intel.com/content/www/us/en/develop/tools/oneapi/all-toolkits.html

As is usually the case, there may be divots in the F2018 support - these
should be reported to Intel. I have been trying the beta and it's very good.
--
Steve Lionel
ISO/IEC JTC1/SC22/WG5 (Fortran) Convenor
Retired Intel Fortran developer/support
Email: firstname at firstnamelastname dot com
Twitter: @DoctorFortran
LinkedIn: https://www.linkedin.com/in/stevelionel
Blog: https://stevelionel.com/drfortran
WG5: https://wg5-fortran.org

Steve Lionel

unread,
Dec 8, 2020, 2:04:48 PM12/8/20
to
Forgot to mention - the Fortran compiler is in the "HPC Toolkit". You
also need the "Base Toolkit" but can deselect all of the optional
components if you want.

Steve Lionel

unread,
Dec 11, 2020, 8:49:33 PM12/11/20
to
On 12/8/2020 2:04 PM, Steve Lionel wrote:
> Forgot to mention - the Fortran compiler is in the "HPC Toolkit". You
> also need the "Base Toolkit" but can deselect all of the optional
> components if you want.
>

A follow-up. In fact you do NOT need the Base Toolkit to use Intel
Fortran (or C++). MKL is in the Base Toolkit, but it can be installed
separately if desired.

Ian D Chivers

unread,
Dec 12, 2020, 10:31:44 AM12/12/20
to
On 08/12/2020 19:02, Steve Lionel wrote:
> Intel has released its oneAPI toolkit, which includes full support for
> Fortran 2018. Even better news, it's free if you don't mind "community
> support". (If you want Priority Support, you can buy it.)
>
> There are two Fortran compilers here. ifort is the next version of what
> had been in Intel Parallel Studio XE, and is the one with the full
> Fortran 2018 support. ifx is a new, LLVM-based compiler and is still
> considered "beta".
>
> https://software.intel.com/content/www/us/en/develop/tools/oneapi/all-toolkits.html
>
>
> As is usually the case, there may be divots in the F2018 support - these
> should be reported to Intel. I have been trying the beta and it's very
> good.

I've downloaded and installed on a couple of development systems.

On the ifx front I've found it pretty good. It compiles and runs most
of the examples from our book. (4th edition)

I've hit internal compiler errors with some coarray examples
and one example using procedure pointers and abstract interfaces.

I've raised tickets with Intel about these examples.

As Steve says the 'community edition' is free.

As a developer having a single package with two Fortran compilers, an
MPI library and the Intel C++ compiler is very attractive to me.

If you already have a licence for ifort the upgrade
is free, and you can get support immediately.
It took me about 15 minutes to do this upgrade.

Congratulations to Intel for this,
and thanks to Steve for bringing it to people's attention.

Ian Chivers


0 new messages