with make -j:FC gyre_force.f90
LD gyre_force
/usr/lib/x86_64-linux-gnu/crt1.o: In function `_start':
(.text+0x20): undefined reference to `main'
collect2: error: ld returned 1 exit status
Make.inc:105: recipe for target 'gyre_force' failed
make[2]: *** [gyre_force] Error 1
rm gyre_force.o
MesaSDK is up to date (And I've reinstalled that also just in case).FC gyre_force.f90
FC gyre_response.f90
gyre_response.f90:54:6:
54 | use core_kinds, only : WP
| 1
Fatal Error: Cannot open module file 'core_kinds.mod' for reading at (1): No such file or directory
compilation terminated.
Make.inc:93: recipe for target 'gyre_response.o' failed
make[2]: *** [gyre_response.o] Error 1
make[2]: *** Waiting for unfinished jobs....
rm gyre_force.o
What am I doing wrong?
(also, sorry if wrong topic, I couldn't find more suitable one)