Recent content by mgborja
-
M
Fortran How can I fix the Fortran module problem with gfortran?
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...- mgborja
- Post #3
- Forum: Programming and Computer Science
-
M
Fortran How can I fix the Fortran module problem with gfortran?
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...- mgborja
- Thread
- Gfortran module
- Replies: 2
- Forum: Programming and Computer Science