Recent content by bruhan

  1. 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)!
  2. 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?
  3. 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...
  4. 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...
  5. 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')...
Back
Top