Recent content by andredoc

  1. A

    Fortran How Can Fortran 90 Ensure External Executable Completion Before Proceeding?

    Mathmate, I thought it was because the txt was not fully created when it was read, but now I've found that it wasn't because of that. I use the instruction sleep and found that, even if I delayed the program for a few seconds, the txt file was still incomplete for some iterations. Now I known...
  2. A

    Fortran How Can Fortran 90 Ensure External Executable Completion Before Proceeding?

    Mathmate, the executable external file and the txt file generated by this executable file, are inserted in a do cicle. In each cycle a new txt file is opened, the values are read and the file is closed and deleted. The problem is that when the txt file (generated automatically by the...
  3. A

    Fortran How Can Fortran 90 Ensure External Executable Completion Before Proceeding?

    Hello! I’m programming in Fortran 90 using Force, version 3.0.0. beta2 compiler. The program calls an executable external file with the instruction call system (‘name of file’). This executable file calculates the estimation variance of a set of data and automatically generates an output txt...
  4. A

    Fortran Run External File.exe Through Fortran 90 - Answered

    Mgb_phys, with the call system comand my program is working, thanks!
  5. A

    Fortran Run External File.exe Through Fortran 90 - Answered

    Hi! I'm a MSc student and for the development of my dissertation I need to implement a simple fortran 90 program. I'm aware of the basic features of this language but I can't seem to find how to run an executable file (an external file) through fortran. My question is, how can I make the fortran...
Back
Top