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

Installing Fortran

hope2009
Beginner
724 Views
Hello,
I am trying to install the Intel Fortran Compiler Professional Edition for Linux* an my Fedora 10. I had several difficulties.
After downloading Product for IA-32/Intel 64 Intel Fortran Compiler l_cprof_p_11.0.074_intel64.tgz, I extracted it run installation with./install.sh and on step:
____________________________________________________________________
[root@nadas l_cprof_p_11.0.081]# ./install.sh
Your system is protected with Security-enhanced Linux (SELinux).
We currently support only "Permissive" mode, which is
not found on the system.
To rectify this issue, you may either disable SELinux by
- setting the line "SELINUX=disabled" in your /etc/sysconfig/selinux file
- adding "selinux=0" kernel argument in lilo.conf or grub.conf files
or make SELinux mode adjustment by
- setting the line "SELINUX=permissive" in your /etc/sysconfig/selinux file
or ask your system administrator to make SELinux mode adjustment.

You may need to reboot your system after changing the system parameters.

More information about SELinux can be found at http://www.nsa.gov/selinux/

Quitting! Press "Enter" to terminate install.
_________________________________________________________________________________

..... After changing the above premisses there were two additional problems:

___________________________________________________________________________________
Step no: 4 of 7 | Installation configuration - Missing Critical Pre-requisite
--------------------------------------------------------------------------------
The following required for installation commands are missing:
g++;libstdc++.so.5 (library)
--------------------------------------------------------------------------------
1. See next issue [default]
2. Back to Pre-requisite summary dialog

h. Help
b. Back to the previous menu
q. Quit
--------------------------------------------------------------------------------
Please type a selection or press "Enter" to accept default choice [1]: q
..............................
________________________________________________________________________


yum install libstdc++.so.5

yum install gcc-c++

_________________________________________

Installation was succesfull.

I could only run the Inte Debugger and not the Intel Fortran Compiler....

How to run the program?
I prefer GUI view while using fortran....

Any thoughts what is the issue?

Thank you in forward....

Nada

0 Kudos
1 Reply
Kevin_D_Intel
Employee
724 Views

The installation looks complete. Assuming you wish to use the Intel 64 compiler and that your default shell is bash/ksh, try executing these commands:

source /opt/intel/Compiler/11.0/081/bin/ifortvars.sh intel64
ifort -V

If the second command provides sign-on information, then the Intel 64 is ready to use.

There is no available GUI for the compiler on Linux. There are discussions of using the Eclipse GUI with something call Photran. You can search this Forum for Photran to see previous discussions.
0 Kudos
Reply