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

ifort command not found

ab1
Beginner
567 Views

I am working on ubuntu 14.04. I have ifort installed and works in bash. i have set environment. 

when i swtich to csh/ tcsh, i get ifort not installed. though i am not an expert, but i now its related to enviornment setting.

pl help.

 

thanks

 

ab

0 Kudos
2 Replies
ab1
Beginner
567 Views

I am working on ubuntu 14.04. I have ifort installed and works in bash. i have set environment. 

when i swtich to csh/ tcsh, i get ifort not installed. though i am not an expert, but i now its related to enviornment setting.

pl help.

thanks

 

ab

0 Kudos
Steve_Lionel
Honored Contributor III
567 Views

To establish the environment you need to use:

source /opt/intel/bin/ifortvars.sh intel64

(or .csh if you're in a C shell). You didn't say how you established the environment.

0 Kudos
Reply