Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

The Compiler not detecting the file

sourabh_shekhar
Beginner
462 Views
I have installed a Intel Compiler 9.1.037
I have created a file using notepad named calculation_1.f90
I have tried to compile the program with command ifort calculation_1.f90
But it is giving error denying existence of such a file/dir(I am in correct folder)
any1 knowing what might be the problem?

0 Kudos
1 Reply
mecej4
Honored Contributor III
462 Views
Compilers do not detect files; they attempt to compile files that you ask them to compile.

Your comment about using Notepad suggests that you are operating in Windows. This is the Linux/MACOS forum.

We won't know what the problem is (or, indeed, if there is one) until you show us the commands you tried.

For example, show the output of the following commands:

dir *.f90

ifort calculation_1.f90

If you are using a GUI, instead, you will have to do considerably more work to document the context and configuration to enable someone here to reproduce the problem.
0 Kudos
Reply