Recent content by bruhan
-
B
Fortran Fortran program can't find input file
What is weird is that the program runs with no changes at all on a PC (friends told me)!- bruhan
- Post #9
- Forum: Programming and Computer Science
-
B
Fortran Fortran program can't find input file
Dear SteamKing, sorry for the question but what syntax do I use to make the continuation onto additional lines?- bruhan
- Post #8
- Forum: Programming and Computer Science
-
B
Fortran Fortran program can't find input file
Dear Fluidistic, I'm not sure I understand your instructions. I can create an empty file, ok, but I need to use the data in the original GPROP.DAT file. Please clarify what you mean. Still, if I remove the SATATUS='OLD' part I get the folllowing: ld: in...- bruhan
- Post #7
- Forum: Programming and Computer Science
-
B
Fortran Fortran program can't find input file
Dear Chiro, thanks for your reply. The file is located in the same directory as the source code. 1. How can I check this out? 2. No, but I drag and drop the source code to the current directory, so that the full path of my source file is called. 3. I had my doubts. When I tried to open this...- bruhan
- Post #3
- Forum: Programming and Computer Science
-
B
Fortran Fortran program can't find input file
My gfortran compiler gives me the following message when I try to open a file in order to read it:Fortran runtime error: No such file or directory logout The line in the program where this file is is written in this way: OPEN(UNIT = 7, FILE = 'GPROP.DAT', STATUS = 'OLD')...- bruhan
- Thread
- File Fortran Input Program
- Replies: 10
- Forum: Programming and Computer Science