- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
Link Copied
5 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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:~$
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
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:~$
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Use compilervars.csh if running tcsh or similar shell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Ron for your support. Now my fortran is running..

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page