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

    open and write to a file

    ya I was recommended to use gfortran because the code that I hopefully will be dealing with soon are big numerical simulations (CFD), and I was told fortran was the most efficient language out there. I have a intel processor. I removed the gfortran I just got from...
  2. solalito

    open and write to a file

    So I was using gfortran from HPC but since you told me it was rubbish I just downloaded it from http://r.research.att.com/tools/ Now when entering gfortran test.f90 -o testrun I get: ld: warning: in /usr/local/lib/libgfortran.dylib, file was built for i386 which is not the architecture being...
  3. solalito

    open and write to a file

    Let's say my file is named test.f90 what would you enter on the terminal to compile it?
  4. solalito

    open and write to a file

    I'm using fortran. I got a mac. I've tried to compile it using two methods from X11: gfortran -o testrun -ffree-form test.f90 gfortran -c test.f90 gfortran -o testrun test.o
  5. solalito

    open and write to a file

    it doesn't work.. Even the print command doesn't do anything
  6. solalito

    open and write to a file

    Hey I'm all new to fortran. I've had problems with a bigger code writing data to files. So now I've written the simplest code of all but still cannot write and open a file! I'm have a mac (w/ snow leopard) and I'm using gfortran to compile my code. The code compiles fine but there is no file to...

Part and Inventory Search

Back
Top