Page 1 of 1

GYRE 6.0 libgomp issues?

Posted: Wed Apr 07, 2021 12:38 am
by mjoyce
Hi Rich et al.,
I'm trying to use the attached inlist with GYREv6.0 and a MESA model (v15140) in FGONG format. I receive the attached error log, which includes many segfaults and references to gcc/libgomp/ and glibc-2.27/nptl/

These parameter settings are imported from a previous template that worked well with similar stars (and whose keywords have been adjusted where necessary in accordance with GYRE 6.0 docs, to the best of my knowledge), so I'm not sure what the issue is. Other posts on this forum suggest it might have to do with my system (?). I'm running Ubuntu 18.04 on the 18 core HPC Lovelace (same machine used to run MESA tests).

Thanks,

Re: GYRE 6.0 libgomp issues?

Posted: Wed Apr 07, 2021 9:57 am
by rhtownsend
Hi Meridith --

The input file you sent me still has a number of template fields -- e.g., <<freq_min>>. Can you send an example with these filled in (pref. the crashing example).

cheers,

Rich

Re: GYRE 6.0 libgomp issues?

Posted: Thu Apr 08, 2021 6:19 am
by mjoyce
whoops you're right, sorry! Functional inlist attached

Re: GYRE 6.0 libgomp issues?

Posted: Thu Apr 08, 2021 7:44 am
by rhtownsend
Thanks. It appears the crash arises from requesting 'eta' as one of the adiabatic summary-file items -- for adiabatic calculations, this quantity (the Stellingwerf normalized growth rate) is undefined. So, as a workaround, remove 'eta' from the summary_item_list in &ad_output.

I'll also be working on a fix so that the code complains rather than crashing.

Re: GYRE 6.0 libgomp issues?

Posted: Fri Apr 09, 2021 2:10 am
by mjoyce
yup that worked, thanks!

I do note that eta is listed as a valid output option at
https://gyre.readthedocs.io/en/stable/r ... tml#only-n

without warning that this is a nad parameter only, but perhaps a more informed user/real asteroseismologist would recognize that this does not make sense for adiabatic calculations

Re: GYRE 6.0 libgomp issues?

Posted: Fri Apr 09, 2021 9:26 am
by rhtownsend
mjoyce wrote:
Fri Apr 09, 2021 2:10 am
yup that worked, thanks!

I do note that eta is listed as a valid output option at
https://gyre.readthedocs.io/en/stable/r ... tml#only-n

without warning that this is a nad parameter only, but perhaps a more informed user/real asteroseismologist would recognize that this does not make sense for adiabatic calculations
I think there *is* a warning -- look at footnote 1. But maybe I'm missing something?

Re: GYRE 6.0 libgomp issues?

Posted: Sun Apr 11, 2021 8:17 pm
by mjoyce
Yup, OK! I accept defeat :)