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

Intel Fortran 16.0 (in Intel Parallel Studio XE 2016) now available

460 views
Skip to first unread message

Steve Lionel

unread,
Aug 25, 2015, 4:08:48 PM8/25/15
to
Version 16 of the Intel Fortran Compiler, for Linux, OS X and Windows,
is now available as part of Intel Parallel Studio XE 2016. If your
support license is current you can get the new version from
https://registrationcenter.intel.com/

New features of this version include:
- Submodules (Fortran 2008)
- IMPURE ELEMENTAL (Fortran 2008)
- EXIT from BLOCK (Fortran 2008)
- Full TS29113 (Fortran 2015 Further Interoperability with C), including
C descriptors
- Improved coarray performance (Linux and Windows)
- On Windows, support for Visual Studio 2015 (includes VS2013-based
Fortran IDE if you don't have a supported VS)

For more information, see the release notes at
https://software.intel.com/en-us/articles/intel-fortran-compiler-160-release-notes

--
Steve Lionel
Developer Products Division
Intel Corporation
Merrimack, NH

For email address, replace "invalid" with "com"

User communities for Intel Software Development Products
http://software.intel.com/en-us/forums/
Intel Software Development Products Support
http://software.intel.com/sites/support/
My Fortran blog
http://www.intel.com/software/drfortran

Refer to http://software.intel.com/en-us/articles/optimization-notice
for more information regarding performance and optimization choices in
Intel software products.

Lynn McGuire

unread,
Aug 25, 2015, 7:37:46 PM8/25/15
to
On 8/25/2015 3:08 PM, Steve Lionel wrote:
> Version 16 of the Intel Fortran Compiler, for Linux, OS X and Windows, is now available as part of Intel Parallel Studio XE 2016. If
> your support license is current you can get the new version from https://registrationcenter.intel.com/
>
> New features of this version include:
> - Submodules (Fortran 2008)
> - IMPURE ELEMENTAL (Fortran 2008)
> - EXIT from BLOCK (Fortran 2008)
> - Full TS29113 (Fortran 2015 Further Interoperability with C), including C descriptors
> - Improved coarray performance (Linux and Windows)
> - On Windows, support for Visual Studio 2015 (includes VS2013-based Fortran IDE if you don't have a supported VS)
>
> For more information, see the release notes at https://software.intel.com/en-us/articles/intel-fortran-compiler-160-release-notes

Is the earliest supported MS Visual Studio the 2013 version?

Thanks,
Lynn

Ian Harvey

unread,
Aug 26, 2015, 2:46:49 AM8/26/15
to
Visual Studio 2010.

Hossein

unread,
Aug 26, 2015, 9:12:26 AM8/26/15
to

Is there any plan to have Fortran support for ARM architecture as Intel C++ does?

Thank you.
Hossein

Steve Lionel

unread,
Aug 26, 2015, 10:03:57 AM8/26/15
to
On 8/26/2015 9:12 AM, Hossein wrote:
>
> Is there any plan to have Fortran support for ARM architecture as Intel C++ does?

No, and I don't see anything that says Intel C++ supports ARM. Where are
you seeing that? We do sell Android development products that also
include gcc for ARM targets.

Steve Lionel

unread,
Aug 26, 2015, 10:04:56 AM8/26/15
to
On 8/26/2015 2:46 AM, Ian Harvey wrote:
>> Is the earliest supported MS Visual Studio the 2013 version?
>
> Visual Studio 2010.

True, but support of VS2010 is "deprecated", meaning that it will go
away in the next major version (a year from now or thereabouts).

Hossein

unread,
Aug 28, 2015, 4:05:33 AM8/28/15
to

Gary Scott

unread,
Aug 28, 2015, 8:47:20 AM8/28/15
to
On 8/25/2015 3:08 PM, Steve Lionel wrote:
> Version 16 of the Intel Fortran Compiler, for Linux, OS X and Windows,
> is now available as part of Intel Parallel Studio XE 2016. If your
> support license is current you can get the new version from
> https://registrationcenter.intel.com/
>
> New features of this version include:
> - Submodules (Fortran 2008)
> - IMPURE ELEMENTAL (Fortran 2008)
> - EXIT from BLOCK (Fortran 2008)
> - Full TS29113 (Fortran 2015 Further Interoperability with C), including
> C descriptors
> - Improved coarray performance (Linux and Windows)
> - On Windows, support for Visual Studio 2015 (includes VS2013-based
> Fortran IDE if you don't have a supported VS)
>
> For more information, see the release notes at
> https://software.intel.com/en-us/articles/intel-fortran-compiler-160-release-notes
>
>
No research necessary, just wondering...

My IVF/VS install at work was broken by an MS Office upgrade, waiting
for a fix...I'm using GINO which is compatible with V11 and V12 (i.e.
3rd party compiled modules included)...how much newer IVF is 'likely' to
still be compatible with those V12 compiled GINO modules if I upgrade?

Steve Lionel

unread,
Aug 28, 2015, 9:41:22 AM8/28/15
to
On 8/28/2015 8:47 AM, Gary Scott wrote:
> My IVF/VS install at work was broken by an MS Office upgrade, waiting
> for a fix...I'm using GINO which is compatible with V11 and V12 (i.e.
> 3rd party compiled modules included)...how much newer IVF is 'likely' to
> still be compatible with those V12 compiled GINO modules if I upgrade?

We try very hard to maintain upward compatibility of compiled objects
and modules. I don't think we have broken this in many years (and only
then because we had to due to bugs or inadequate module representation.)
Your GINO .mod files should be fine.

Steve Lionel

unread,
Aug 28, 2015, 9:47:07 AM8/28/15
to
It doesn't - a clue is in your second link, "using the Intel compiler
and GNU gcc." What INDE provides is a uniform development environment
that uses the Intel C++ compiler for compiling for Android-IA and gcc
for compiling for Android-ARM, without source changes. The idea is that
using Intel tools for developing your Android application lets you
target both IA and ARM devices without additional effort. As there are a
growing number of IA-powered Android devices out there, app developers
should find this useful.

Intel isn't doing Fortran for Android at this time.

--
Steve Lionel
Developer Products Division
Intel Corporation
Merrimack, NH

For email address, replace "invalid" with "com"

User communities for Intel Software Development Products
http://software.intel.com/en-us/forums/
Intel Software Development Products Support
http://software.intel.com/sites/support/
My Fortran blog
http://www.intel.com/software/drfortran

Refer to http://software.intel.com/en-us/articles/optimization-notice

Steve Lionel

unread,
Aug 28, 2015, 10:54:40 AM8/28/15
to
On 8/25/2015 4:08 PM, Steve Lionel wrote:
> Version 16 of the Intel Fortran Compiler, for Linux, OS X and Windows,
> is now available as part of Intel Parallel Studio XE 2016. If your
> support license is current you can get the new version from
> https://registrationcenter.intel.com/

Please also see https://software.intel.com/en-us/forums/topic/590621 for
important information on licensing changes and, for Windows users, tips
on installing with Visual Studio.
0 new messages