- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
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?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
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.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page