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

help for intel fortran compiler

mike340
Beginner
226 Views
hi
i have installed mandriva linux 2007 in my computer. i download the intelfortran compiler for linux, i have unpack the package compiler, so i begin the installation, but now i don't know how to compile a fortran code with this compiler. when i write whereis ifort i have no answer.
can you please help me, i want to know how to compile a fortran code with compiler. in fact i am a new user with linux.
0 Kudos
1 Reply
TimP
Honored Contributor III
226 Views
It looks like you may have omitted the environment variable setting script, e.g.
source /opt/intel/fc/10.1.011/bin/ifortvars.sh
(correct this for your version, as you haven't specified it).
0 Kudos
Reply