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

Intel Fortran compiler installation problem in Ubuntu 11.04

sukantamech
Beginner
915 Views
Dear sir,

I am a new user in ubuntu 11.04 (Linux). I have installed krite for editing, now I want to install Fortran compiler, I have downloaded the software Intel Fortran Composer XE for Linux* (formerly Intel Fortran Compiler Professional Edition for Linux*) non-commercial version of 64bit (351 mb) from Intel website.
But I don't know how to install. Please kindly assist me in the installation steps.


Regards
Sukanta Roy.

sukantamech07@gmail.com
0 Kudos
5 Replies
sukantamech
Beginner
915 Views
Hi..

I am using 64bit ubuntu 11.04 destop. I have just recently installed ifort, Intel composerXE12. just after installation, i have given the following command... but facing problem in that...

Please suggest me what to do.....!!! (sukantamech07@gmail.com)



sukanta@Energy:~$ /opt/intel/composerxe-2011.5.220/bin/compilervars.sh intel64
[: 121: intel64: unexpected operator
[: 121: intel64: unexpected operator
[: 121: intel64: unexpected operator
[: 121: intel64: unexpected operator
[: 121: intel64: unexpected operator
[: 121: intel64: unexpected operator
[: 121: intel64: unexpected operator
[: 121: intel64: unexpected operator

ERROR: Unknown option 'intel64'

Syntax:
/opt/intel/composerxe-2011.5.220/bin/compilervars.sh [MKL_interface] [mod]

must be one of the following
ia32 : Set up for IA-32 target
intel64 : Set up for Intel 64 target
mic : Set up for Intel MIC target

mod (optional) - set path to MKL F95 modules

MKL_interface (optional) - MKL programming interface for intel64

Not applicable without mod
lp64 : 4 bytes integer (default)
ilp64 : 8 bytes integer

sukanta@Energy:~$
0 Kudos
Ron_Green
Moderator
915 Views
source /opt/intel/bin/compilervars.sh intel64

you need the source command from bash. To confirm you use the bash shell:

echo $0

that's a zero or zed after the dollar sign. This prints your shell, which should be "bash"

ron
0 Kudos
TimP
Honored Contributor III
915 Views
Use compilervars.csh if running tcsh or similar shell
0 Kudos
sukantamech
Beginner
915 Views
Thanks Ron for your support. Now my fortran is running..
0 Kudos
Reply