- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, I am novice in Intel Fortran and Linux - Fedora 8. I installed compiler Professional Fortran non-commercial, I am trying to compile a simple program (helloworld) for test and I receive that message:
fort:com: Severe: No such file or directory
...file is 'helloworld.f90'
compilation aborted for helloworld.f90 (code 1)
I am using toedit my test programGedit and Im saving in My Document.
I tried to compile the sample int_sin.f90 and appears the same message explained above too.
Could you help me about that? Please explain for me step by step, ok!
Thanks in advance,
Martins
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ifort helloworld.f90 should work, if you have set your current directory to the directory where you saved that file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Since you say you are a novice in Linux, you may not know that on Linux filenames are case-sensitive. so helloworld.f90 is not the same as Helloworld.f90 or helloworld.F90. Do a "ls" command to see exactly what the filename is in your directory.

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