GYRE 6.0 libgomp issues?

Bug/problem reports for any of the GYRE executables (gyre_ad, gyre_nad, etc)
Post Reply
mjoyce
Posts: 20
Joined: Tue Oct 30, 2018 6:42 pm

GYRE 6.0 libgomp issues?

Post by mjoyce » Wed Apr 07, 2021 12:38 am

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,
Attachments
muhz_template_gyre15140.in
(1.48 KiB) Downloaded 166 times
profile_m2.0900.a1.9.Z0.0100.Y0.29.rot0.0_Pleiades_p53.data.FGONG
(1.46 MiB) Downloaded 176 times
error.log
(5.57 KiB) Downloaded 169 times

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

Re: GYRE 6.0 libgomp issues?

Post by rhtownsend » Wed Apr 07, 2021 9:57 am

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

mjoyce
Posts: 20
Joined: Tue Oct 30, 2018 6:42 pm

Re: GYRE 6.0 libgomp issues?

Post by mjoyce » Thu Apr 08, 2021 6:19 am

whoops you're right, sorry! Functional inlist attached
Attachments
temp.in
(1.56 KiB) Downloaded 137 times

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

Re: GYRE 6.0 libgomp issues?

Post by rhtownsend » Thu Apr 08, 2021 7:44 am

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.

mjoyce
Posts: 20
Joined: Tue Oct 30, 2018 6:42 pm

Re: GYRE 6.0 libgomp issues?

Post by mjoyce » 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

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

Re: GYRE 6.0 libgomp issues?

Post by rhtownsend » Fri Apr 09, 2021 9:26 am

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?

mjoyce
Posts: 20
Joined: Tue Oct 30, 2018 6:42 pm

Re: GYRE 6.0 libgomp issues?

Post by mjoyce » Sun Apr 11, 2021 8:17 pm

Yup, OK! I accept defeat :)

Post Reply