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

    Problem trying to get 32-bit exe from 64 bit gfortran

    Hello all: This is probably a silly question, but I cannot find the answer. I am using the gcc 64 bits compiler package dwonloaded from equation.com, running on windows XP x64. Consider the following short f90 program: program test32 implicit none real*8 a, b a = 2.0 b = 3.0 + a print *, b end...

Part and Inventory Search

Back
Top