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

Upgrade Fortran 2013 to 2019

YGod
Beginner
624 Views

How to upgrade from Intel(R) Visual Fortran Composer XE 2013 SP1 to Install Intel Parallel Studio XE 2019 Composer Edition

0 Kudos
3 Replies
mecej4
Honored Contributor III
600 Views

See https://software.intel.com/content/www/us/en/develop/support/faq-purchasing-renewing-upgrading.html . You will probably find that, since your existing license was issued many years ago, upgrading will cost the same as a new purchase.

0 Kudos
Vaughn
Beginner
554 Views

Please tell me the proper (usual) way to use/execute "compilervars.sh" and/or "ifortvars.sh."  Neither one is described in the install instructions.  My OS is Linux.  Thanks...

 

  -- Vaughn

 

0 Kudos
mecej4
Honored Contributor III
546 Views

The Bash command is (i) A period, (ii) a space, and (iii) compilervars.sh, if that shell script is accessible through $PATH. If not, item (iii) should contain the path, either absolute or relative, as a prefix. You can also use the "source" command instead of item (i).

See https://software.intel.com/content/www/us/en/develop/documentation/fortran-compiler-developer-guide-and-reference/top/compiler-setup/using-the-command-line/specifying-the-location-of-compiler-components-with-compilervars.html .

0 Kudos
Reply