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 SkipVought 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. Aclems

    Problems with file processing using Perl

    Hi, I am really having a tough time writing a perl script that will read all the files in a directory and transfer them to another directory on my computer. Please, could anyone tell me what is likely wrong with the code or help me with a better one. I am just a day old using perl. Thanks for...
  2. Aclems

    ARRAY data into VECTOR data

    Hi Guys, I am trying to figure out a procedure using Fortran code but it is not working at all. I want to turn my array data in a file into vector data to be stored in another file, here is an example of what I am trying to do; In File A; I have the following data, 234 245 256 220 221 234 234...
  3. Aclems

    Code successfully compiled but won't execute

    Thanks guys for your great suggestions, they are kindly appreciated. I figured out where the problem is. I had used GRADS(Grid Analysis and Display System) model to write out "upas_test.bin" using ACCESS="stream" and when I got into the FORTRAN code, I said use ACCESS="sequential". There is...
  4. Aclems

    Reading file names from an external hard disk

    xwb-Thanks for your suggestion but the problem persists; it compiles but it won't execute. This is getting really frustrating.
  5. Aclems

    Code successfully compiled but won't execute

    Hi guys, Could anyone help with a problem I am having with a Fortran code? I have written a code to open a file(with binary extension) and want to change this file into an integer format. Using a gfortran compiler on MAC OS, the program compiled well but on trying to execute it, I get this...
  6. Aclems

    Reading file names from an external hard disk

    Hi guys, Could anyone help with a problem I am having with a Fortran code? I have written a code to open a file(with binary extension) and want to change this file into an integer format. Using a gfortran compiler on MAC OS, the program compiled well but on trying to execute it, I get this...

Part and Inventory Search

Back
Top