Ok ... I found out how to solve my problem so I am going to post this for any other people out there who happen to run into the same thing:
note: I am using linux as my operating system, vim as my text editor, and fortran 95 as my compiler
on linux comand line:
vim main.f...
Hi!
I am writing a simple code to get familiar with creating Fortran module. The program consist of a main.f and a module.mod file. When I type in:
gfortran main.f
I get the following error:
Fatal Error: File 'module.mod' opened at (1) is not a GFORTRAN module file
I think I found the...