Fortran temporary files

Viewed 107

I've noticed that when my fortran code is running, the executable generates several temporary files with the name patter fort* where * is a 6 digit alpha numeric. The number of files generated corresponds to the number of threads the program is running on. The files are cleared once the program exits.

What are these files? And what is stored in them?

Edits: The program has no commands that generate these files.

0 Answers
Related