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...
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...
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
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.