Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. theodo116

    Limitation in number of rows read from a data file

    There is no problem with the data file as far as I can see. What puzzles me is that the number of rows that are READ during the loop changes accordingly to the information that the print statement within the loop provides. The less information I print the more rows are read! If there was an...
  2. theodo116

    Limitation in number of rows read from a data file

    Dear Francois, many thanks for your reply and pardon me for not explaining the problem well. The loop I provided above simply terminates without completion and the code stops running. The answers to your questions below: Are the arrays a, irow and ico dimensioned at the right size (at least...
  3. theodo116

    Limitation in number of rows read from a data file

    Dear all, I am using gfortran and I am trying to read input from a large file (more than 2,100,000 lines...). I am using the following READ statement DO i = 1, nnz READ (111,*) a(i), irow(i), icol(i) write(6,*) 'i=', i, 'a(i)=', a(i) END DO where 111 corresponds to the...

Part and Inventory Search

Back
Top