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

    4 byte integers with gfortran

    I have a large legacy code compiled for intel's ifort compiler, and I'm trying to compile it with gfortran. The original code saves unformatted files with 4-byte integers. I need to do the same with gfortran, but the only relevant compiler option I've seen is -fdefault-integer-8, not -4. I'd...
  2. belson17

    Divide by zero but never called

    Hello, I'm trying to compile code originally written for intel ifort compiler with gfortan, and I've come across an error that I was able to reproduce with the following small program: program testdivzero implicit none integer a,b parameter (b=0) do a=1,b...

Part and Inventory Search

Back
Top