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

ICPROF and IFORT

alastor
Beginner
891 Views

Hello,

I wanted to install IFORT on my computer (Intel Quadcoer), but I found in the downoload folder ICPROF files only. I am confused. These files include IFORT also?

I just installed it, but I don't know what to do now. What should I do, if I want to use the "ifort" command?

Thank you very much.

0 Kudos
3 Replies
TimP
Honored Contributor III
891 Views

There are separate tar files including the icpc and ifort compilers, differing mainly by 1 letter (c or f) in the name. For 11.0, they install in the same tree.

0 Kudos
alastor
Beginner
891 Views
Quoting - tim18

There are separate tar files including the icpc and ifort compilers, differing mainly by 1 letter (c or f) in the name. For 11.0, they install in the same tree.

Thanks. But what should I do to make the command "ifort" usable.

When I type "ifort" I receive only error "command not found"

0 Kudos
TimP
Honored Contributor III
891 Views
Quoting - alastor

Thanks. But what should I do to make the command "ifort" usable.

When I type "ifort" I receive only error "command not found"

When you have installed both icc and ifort 11.0, either the ifortvars or the iccvars scriipt is sufficient to set up the environment for both compilers.

0 Kudos
Reply