I am using gfortran for an application and running the Fortran through a Matlab mex
file. I have noticed that in the current directory when I run the Fortran file, on my mac, it creates a fort.9
or fort.16
file, where the 9 or 16 are some arbitrary number. Recently, I have noticed that these fort.
files can be GBs big! Generally they are quite small, like a few kBs. I was just wondering what purpose these files have? And second, is there some error I have in my code that is causing them to be so large? I just find it to be very suspicious that they are so large.
I am running GNU Fortran (GCC) 5.0.0 20140824 (experimental) from http://hpc.sourceforge.net/ and my version of mac is OSX 10.8.5.
See Question&Answers more detail:os