GYRE/MSA question
Posted: Wed Mar 14, 2018 4:55 pm
Hi, I have MESA (the latest version) installed and it works well. I tried installing GYRE standalone. And after setting the
GYRE_ROOT directory, I get the following error when I try and compile it:
[shashi@localhost gyre]$ make
FC gyre.f90
LD gyre
/lib/../lib64/crt1.o: In function `_start':
(.text+0x20): undefined reference to `main'
collect2: error: ld returned 1 exit status
make[2]: *** [gyre] Error 1
rm gyre.o
Then I realized that when I installed the latest version of MESA, it also downloaded the latest version of GYRE - the same version you get
if you download GYRE standalone. I have the flag in the header file that is supposed to compile GYRE along with MESA set to YES, but when I install MESA and compile it, it doesn't seem as if it compiles GYRE. I tried running make in the gyre subdirectory within MESA and got the same result as above. Any thoughts would be appreciated. Thanks
Shashi
GYRE_ROOT directory, I get the following error when I try and compile it:
[shashi@localhost gyre]$ make
FC gyre.f90
LD gyre
/lib/../lib64/crt1.o: In function `_start':
(.text+0x20): undefined reference to `main'
collect2: error: ld returned 1 exit status
make[2]: *** [gyre] Error 1
rm gyre.o
Then I realized that when I installed the latest version of MESA, it also downloaded the latest version of GYRE - the same version you get
if you download GYRE standalone. I have the flag in the header file that is supposed to compile GYRE along with MESA set to YES, but when I install MESA and compile it, it doesn't seem as if it compiles GYRE. I tried running make in the gyre subdirectory within MESA and got the same result as above. Any thoughts would be appreciated. Thanks
Shashi