standalone install issues

Bug/problem reports for any of the GYRE executables (gyre_ad, gyre_nad, etc)
jeanm12
Posts: 6
Joined: Tue Oct 21, 2014 1:45 pm

Re: standalone install issues

Post by jeanm12 » Wed Nov 29, 2017 1:32 pm

I will look into that. On a side note, why did the MESA version of it not complain? And will GYRE operate the exact same as if called from MESA vs from outside of it?

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

Re: standalone install issues

Post by rhtownsend » Wed Nov 29, 2017 1:50 pm

jeanm12 wrote:I will look into that. On a side note, why did the MESA version of it not complain? And will GYRE operate the exact same as if called from MESA vs from outside of it?
It's because MESA doesn't use the -march=native flag (which turns on aggressive platform-specific optimizations).

Because the stand-alone GYRE and the built-in GYRE are typically compiled with different flags, it's not guaranteed that they will give identical results. This is somewhere where testing is needed (and perhaps adjustment of flags, until they do produce the same results).

Post Reply