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

after-installation problemof intel frontran compiler in UBUNTU 11.04

sukantamech
Beginner
645 Views
I have installed Intel composer XE-2011.5.200 update5 in Ubuntu 11.04 (64bit).

But after installation i follwed the steps as detailed in the next step in this forum....but I am getting...




sukanta@Energy:~$ sudo /opt/intel/composerxe-2011.5.220/bin/compilervars.sh intel64
[sudo] password for sukanta:
[: 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:~$



PLEASE HELP ME.....!!!
0 Kudos
1 Reply
Ron_Green
Moderator
645 Views
You do not use sudo. Just

source /opt/intel/composerxe-2011.5.220/bin/compilervars.sh intel64

sudo is only used for installations, not to run the compiler.

ron
0 Kudos
Reply