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

Can't execute the compiler

thexdestroyer
Beginner
942 Views
Hello people,

I've installed the intel compiler on my Linux Ubuntu 9.10 64-bit, and the installation was successful, but the problem is that the command "ifort" doesn't exist yet.

Can anyone please tell me how to solve this?

Thanks
0 Kudos
3 Replies
tom_p
Beginner
942 Views
Try

source /[compiler_installation_path]/bin/ifortvars.sh intel64

0 Kudos
thexdestroyer
Beginner
942 Views
Quoting - tom_p
Try

source /[compiler_installation_path]/bin/ifortvars.sh intel64


Thank you pal, my problem is that I'm new to linux, and I didn't know about the bash stuff. Someone here told me about it :)

Thanks again :)
0 Kudos
roddur
Beginner
942 Views
Quoting - thexdestroyer
Thank you pal, my problem is that I'm new to linux, and I didn't know about the bash stuff. Someone here told me about it :)

Thanks again :)
Never mind, but I think, you should check the getting_started for once! it is really helpfull if you are new!
0 Kudos
Reply