Software Archive
Read-only legacy content
17061 Discussions

ifort: command not found after installing Parallel Studio XE 2013 update1

Babak_H_
Beginner
1,114 Views

Hi. I have recently installed Parallel Studio XE 2013 update1 on my ubuntu 12.04 LTS (64bit) system with Corei5 cpu. I have C-Shell and Bash shells. my goal is to use intel fortran to install IOAPI3.1 and CMAQ5.0 . but when I want to use "make" in order to install IOAPI, I get "ifort: command not found" error. strangely i checked ifort command in both csh and bash shells and I got the same message. What should I do to correct this and set my intel fortran to work ?

0 Kudos
3 Replies
Georg_Z_Intel
Employee
1,114 Views
Hello, did you source the "compilervars" script? E.g.: source /opt/intel/composer_xe_2013.1.117/bin/compilervars.sh intel64 or source /opt/intel/composer_xe_2013.1.117/bin/compilervars.csh intel64 Does "which ifort" provide the path to the Fortran compiler afterwards? If not, then you've not installed the Intel(R) Fortran Composer XE 2013 package. Please note that there are three Studio XE suites: - Intel(R) Parallel Studio XE 2013 (contains both C/C++ & Fortran compiler) - Intel(R) C++ Studio XE 2013 (does not contain Fortran compiler) - Intel(R) Fortran Studio XE 2013 (does not contain C/C++ compiler) Best regards, Georg Zitzlsberger
0 Kudos
Supriya_R_
Beginner
1,114 Views

I have just source using the following command
source /opt/intel/composer_xe_2013_sp1.2.144/bin/compilervars.sh intel64 

Then also, "which ifort" is not showing the path.

But I am sure this package contains "ifort". Because the package information is the following

Package ID: l_ics_p_2013.1.046
Package Contents:
    Intel(R) Cluster Studio 2013 SP1 Update 1 for Linux* OS
    Intel(R) MPI Library, Development Kit 4.1 Update 3
    Intel(R) Trace Analyzer and Collector 8.1 Update 4
    Intel(R) Fortran Compiler XE 14.0 Update 2
    Intel(R) C++ Compiler XE 14.0 Update 2
    Intel(R) Debugger 13.0 Update 1
    Intel(R) Math Kernel Library 11.1 Update 2
    Intel(R) Integrated Performance Primitives 8.1
    Intel(R) Threading Building Blocks 4.2 Update 3
    GNU* GDB 7.5
    Intel(R) MPI Benchmarks 3.2.4

Any suggestion from you will be appreciated.

0 Kudos
Georg_Z_Intel
Employee
1,114 Views

Hello,

there can be multiple reasons:

- You used compilervars.sh but the shell you use is not a bourne shell. Did you get any errors when sourcing?

- Do you see the C/C++ compiler (which icc; which icpc)? If so, the Fortran compiler was not installed (maybe your license does not allow it).

Please check those and let me know.

Best regards,

Georg Zitzlsberger

0 Kudos
Reply