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 bkrike 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: *

  • Users: theodo116
  • Content: Threads
  • Order by date
  1. 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