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

How can we set environment variable on Redhat 6.2

Bai_M_
Beginner
213 Views

Hi,

Sorry to trouble you.

I have installed paralledl studio XE on my PC to working with our software BOOST. The system is Redhat 6.2. Do you know how to setup the environment variable of paralledl studio XE. Besides how can I know the environment is set up correctly.

Besides do you know where I can download the old version of Fortran (Fortran 90 complier v11.1.059). Looking forward to hear from you. 

0 Kudos
1 Reply
Steven_L_Intel1
Employee
213 Views

The correct way to establish the compiler environment is to use the "source" command as follows:

source /opt/intel/bin/ifortvars.sh intel64

Please see the documentation and "Getting Started" topic for more details.

As for old compilers, see https://software.intel.com/en-us/articles/older-version-installation/  Typically for older versions, only the last update is available. We strongly recommend using the current version.

0 Kudos
Reply