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. jags015

    resizing an allocatble array in a subroutine

    Hi, I am using Fortran 90 and my requirement is that I want to resize an array inside a subroutine. I have declared this array as allocatable inside another module. module global type(user_defined),allocatable ::array_a(:) end module Now I am defining a subroutine which will take this...
  2. jags015

    reading entries from string separated by space

    Thanks Mikrom and Gummibaer, Mikdrom, Ideas suggested by you seems promising. If I could do this, I assume that definitely I can make my program faster. I would like to know if is it possible to retrun the values read by a shell script to fortran code directly. I have to use shell scripts...
  3. jags015

    reading entries from string separated by space

    Thanks Gummibaer and Mikrom, Currently I am following a similar procedure. But my concern is that I am working with large data and my worry is that this procedure makes the process slow. I am under the impression that if that I can read this string directly and convert the hex numbers into...
  4. jags015

    reading entries from string separated by space

    Hi, Greetings for the day ! I am trying to read a number of entries from a string where I don't know how many spaces will be there in between each entries and I have hexadecimal numbers to read from the string so I can't use unformatted read. e.g. string -> 3 c 2cfb 0 d e e.g. another...

Part and Inventory Search

Back
Top