Recent content by prashanth.hsn

  1. P

    Skip reading N real numbers while reading data from a ascii file

    dear AlephZero, thanks for your solution. I appreciate your help.
  2. P

    Skip reading N real numbers while reading data from a ascii file

    Hi all, I'm upgrading a legacy f77 code to f90 standards. I'm trying to make some of the global arrays as dynamic arrays so that at a later stage it would be easier for me to parallelize whole application. Coming to my problem, I need to read some numbers from a text file so that I can...
Back
Top