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 Mike Lewis 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. clergy1122

    Maximum array size in Fortran 90

    Hi Guys, I wrote a code that part of it looks like: integer: imax parameter(imax=4000) double precision,dimension(imax,imax): clst,Nver. When I used imax=500, it worked so well, but with imax=4000, it gives error like this: libc detected *** malloc(): memory corruption: 0x1c109cb8 ***...
  2. clergy1122

    Transferring value into a do loop

    Thanks to all that responded. Sorry that I did write back that I had seen my mistake. My actual array size is larger than 50. It had been corrected. Thanks for other corrections about my "newbie style".
  3. clergy1122

    Transferring value into a do loop

    I'm really a novice. I wrote a small utility to calculate averages of numbers which it reads from a file. After reading I discover that it does not send the same values to the next loop. Unfortunately it works for a simple data set but not for my problem which has large data. Here is the...

Part and Inventory Search

Back
Top