It's error from the linker.
Maybe before this error you will find an error like undefined reference to proc_name
Search for the file where the proc_name is defined and include it into your compile+link command.
C:\Users\Komatsu\AppData\Local\Temp\ccwDhUZn.o: In function `aurora':
C:/Users/Komatsu/Desktop/Iniciação Científica/Programas Fortran/aurora3.f:10: undefined reference to `_gettim_'
C:/Users/Komatsu/Desktop/Iniciação Científica/Programas Fortran/aurora3.f:125: undefined reference to `_gettim_'
collect2: ld returned 1 exit status
I thought the Force project died 10 years ago when the Brazilian guy who started it stopped maintaining it. Anyway, if I remember correctly, Force uses G77 or possibly G95/GFortran.
Anyway, it seems that you try to compile a program which was originally developed for intel fortran compiler with another fortran compiler. To make this possible, you need to replace all non standard intel specific functions with standard fortran functions.
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.