Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Fortran and Visual Studio

Sinnollareddy__Mahip
591 Views

Hi 

I need Fortran compiler and Visual studio to set up and run NONMEM. 

Purchased parallel studio XE composer edition for fortran compiler. I am hearing mixed information that Fortran compiler comes with visual studio and hence no need to purchase separately. Is that true? 

Thanks

0 Kudos
6 Replies
Steve_Lionel
Honored Contributor III
591 Views

If you buy a Commercial or Academic license, Intel Parallel Studio XE includes a Fortran-only development environment based on Visual Studio 2015 (the version of VS changes every once in a while.) Student and Evaluation licenses don't include this. It also works with Visual Studio Community Edition, which is free for many.

0 Kudos
Sinnollareddy__Mahip
591 Views

Thanks Steve. Does that mean VS comes along with Fortran purchase?  

0 Kudos
Steve_Lionel
Honored Contributor III
591 Views

It's not VS, it's a VS-based Fortran-only development environment. It has none of the Microsoft compilers (VC, VB, etc.) It looks like VS but is the VS UI, some MS tools and libraries - what you need to develop, build and debug a Fortran application, nothing else to buy. The one thing you will miss is the Resource Editor for designing dialog boxes. (There is a freeware resource editor out there that people use.) Or you can install VS2017 Community Edition (follow the instructions here) and get everything you need along with the MS compilers.

0 Kudos
Sinnollareddy__Mahip
591 Views

Thank you for the detailed info. Do you know whether Fortran with VS based environment comes with build tools like link.exe? 

0 Kudos
andrew_4619
Honored Contributor II
591 Views

Sinnollareddy, Mahipal wrote:

Thank you for the detailed info. Do you know whether Fortran with VS based environment comes with build tools like link.exe? 

Yes , everything you need except the resourse editor for windows menus dialogs etc.

0 Kudos
Steve_Lionel
Honored Contributor III
591 Views

While the resource editor is not included, the resource compiler is, so you can build applications that have existing resource files.

0 Kudos
Reply