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

about Fortran Compiler for Linux

993d914n
Beginner
473 Views
Hello everybody:

I cannotuse Fortran Compiler for Linux.
It has been installed at /opt/intel_fc_80. But when I input a command 'ifort test.for',there was thecomment 'command not found'.
(test.for is a source file I made.) How can I operate Fortran Compiler for Linux in this case?

Thanks.
T Umegaki
0 Kudos
1 Reply
Steven_L_Intel1
Employee
473 Views
You need to execute the "source" command first to make the compiler available, as described in the documentation and release notes. Typically:

source /opt/intel_fc_80/bin/ifortvars.sh (or .csh)
0 Kudos
Reply