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

    pausing a debugger can prevent error messages from being printed

    The following is a specific example of a general situation I've run into many times: I am generating an output file and each line has a key associated with it, say the first non-space part of the input file. I mean to have filled a hash with all the possible keys and values associated with all...
  2. efoss

    memory question (apparent leak)

    I'm working with really big files - ~10 giga each. I'm programming on a Mac. Mac has an "Activity Monitor" that lets you look at, among other things, how much memory you're using. The memory is divided into 4 categories - free, wired, active and inactive - and the total amount adds up to the...
  3. efoss

    allocate different amounts of memory to different dimensions of an arr

    I'd like to index a lot of 20 character strings on 2 different numbers. I'm working with very large numbers of these character strings (32 million) and I'm running into trouble because Fortran doesn't want to let me make variables that big. I can always split things into smaller groups, but I...
  4. efoss

    commenting and uncommenting sections of code in Compaq Visual Fortran

    Does anyone know how to comment and uncomment sections of code in Compaq Visual Fortran? Thanks. Eric
  5. efoss

    Does the "END PROGRAM" statement come before or after the subroutines?

    Does the "END PROGRAM" statement come before or after the subroutines? I'm a beginner with Fortran. I'm having problems with a program that has several subroutines. I've seen the "END PROGRAM" statement both before and after the subroutines. My program (running on Compaq Visual Fortran) seems...
  6. efoss

    qsort can't operate on loc(array), need to change to array

    I'm sure there is an incredibly simple answer to this, but I'm a complete beginner at Fortran and I'm having trouble figuring it out. I received code from someone that I need to implement. The code includes a step where the author uses the sortqq function in MSFLIB to sort the elements in an...
  7. efoss

    program uses MSFLIB, Absoft compiler doesn't have MSFLIB

    I want to run several programs on my Macintosh (OS X, Tiger) using my Absoft Fortran compiler (http://www.absoft.com/Products/Compilers/Fortran/Macintosh/macintosh.html). Unfortunately, the code was written using Compaq Visual Fortran and uses MSFLIB, but Absoft doesn't have MSFLIB. Does anyone...

Part and Inventory Search

Back
Top