Gyre_force failed

Bug/problem reports for any of the GYRE executables (gyre_ad, gyre_nad, etc)
Post Reply
Doemenyb
Posts: 1
Joined: Thu Sep 19, 2019 10:58 am

Gyre_force failed

Post by Doemenyb » Thu Sep 19, 2019 1:05 pm

I'm trying to make Gyre and get the following error:
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
with make -j:
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
MesaSDK is up to date (And I've reinstalled that also just in case).
What am I doing wrong?
(also, sorry if wrong topic, I couldn't find more suitable one)

User avatar
rhtownsend
Site Admin
Posts: 397
Joined: Sun Mar 31, 2013 4:22 pm

Re: Gyre_force failed

Post by rhtownsend » Thu Sep 19, 2019 1:41 pm

Can you try running 'make clean' before you do 'make'? What happens?

Post Reply