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

problem in compiling l_fc.p_10.023.ia32.tar.gz

p_rudra
Beginner
666 Views
Thanks for having me in the forum.
I had no problem in downloading and installing l_fc.p_10.023.ia32.tar.gz
When trying to cofigure with command
$/opt/intel/fc/10.023/bin/ifortvars.sh
there was NO error message.
Problem arose when I gave the compilation command
$ifort prog.f
The error message was 'there is no command ifort'
Also there is no man page for ifort.

What shall I do?


0 Kudos
2 Replies
TimP
Honored Contributor III
666 Views
You must set the environment variables by
source /opt/intel/fc/10.023/bin/ifortvars.sh
There should be an info page, pdf and html files in
/opt/intel/fc/10.023/doc, as well as abbreviated man page given by
ifort -help
0 Kudos
p_rudra
Beginner
666 Views

THANKS A LOT. Silly of me. I forgot to type 'source' before /opt/intel/fc/10.023/bin/ifortvars.sh

Now everything is working fineThanks again.

0 Kudos
Reply