Failed compilation tests

Bug/problem reports for any of the GYRE executables (gyre_ad, gyre_nad, etc)
Post Reply
Valou
Posts: 2
Joined: Thu Jun 16, 2022 4:53 am

Failed compilation tests

Post by Valou » Thu Jun 16, 2022 7:46 am

Hello,
I tried to install GYRE but when I compile the test I get many error messages:

TEST numerics (OpenMP)...
...succeeded
TEST numerics (band matrix)...
...succeeded
TEST numerics (*_DELTA frequency units)...
...succeeded
TEST numerics (rotation, null Coriolis)...
...succeeded
TEST numerics (rotation, TAR Coriolis)...
...succeeded
TEST numerics (Cowling approximation)...
...succeeded
TEST numerics (DZIEM variables)...
dataset: </E_norm> and </E_norm>
28 differences found
...failed: summary.h5 and ref/summary.h5 differ
make[4]: *** [test] Error 1
TEST numerics (JCD variables)...
dataset: </E_norm> and </E_norm>
27 differences found
...failed: summary.h5 and ref/summary.h5 differ
make[4]: *** [test] Error 1
TEST numerics (MIX variables)...
dataset: </E_norm> and </E_norm>
19 differences found
...failed: summary.h5 and ref/summary.h5 differ
make[4]: *** [test] Error 1
TEST numerics (LAGP variables)...
dataset: </E_norm> and </E_norm>
26 differences found
...failed: summary.h5 and ref/summary.h5 differ
make[4]: *** [test] Error 1
TEST numerics (Collocation difference schemes)...
...succeeded
TEST numerics (Magnus difference schemes)...
dataset: </omega> and </omega>
39 differences found
...failed: summary.h5 and ref/summary.h5 differ
make[4]: *** [test] Error 1
TEST numerics (MIRK difference schemes)...
...succeeded
TEST numerics (Trapezoidal difference scheme)...
...succeeded
TEST polytrope model (n_poly=0.0)...
...succeeded
TEST polytrope model (n_poly=0.0 w/ double point)...
...succeeded
TEST polytrope model (n_poly=1.5)...
...succeeded
TEST polytrope model (n_poly=1.5, no center)...
...succeeded
TEST polytrope model (n_poly=3.0)...
...succeeded
TEST polytrope model (n_poly=3.0, g modes)...
...succeeded
TEST polytrope model (n_poly=3.0 w/ double point)...
...succeeded
TEST polytrope model (n_poly=4.0)...
...succeeded
TEST FGONG solar model S...
...succeeded
TEST LOSC RGB model...
...succeeded
TEST MESA model for beta Cephei star (adiabatic)...
...succeeded
TEST MESA model for slowly pulsating B-type star (adiabatic)...
...succeeded
TEST MESA model for slowly pulsating B-type star (adiabatic, quasi-adiabatic eigfuncs)...
dataset: </omega_int> and </omega_int>
179 differences found
...failed: summary.h5 and ref/summary.h5 differ
make[4]: *** [test] Error 1
TEST MESA model for RGB star (adiabatic)...
...succeeded
TEST MESA model for RGB star (adiabatic, gamma isolation)...
dataset: </n_g> and </n_g>
2 differences found
dataset: </n_pg> and </n_pg>
2 differences found
...failed: summary.h5 and ref/summary.h5 differ
make[4]: *** [test] Error 1
TEST MESA model for RGB star (adiabatic, pi isolation)...
...succeeded
TEST MESA model for delta Cephei star (adiabatic)...
...succeeded
TEST MESA model for beta Cephei star (non-adiabatic)...
dataset: </omega> and </omega>
58 differences found
dataset: </omega_int> and </omega_int>
58 differences found
...failed: summary.h5 and ref/summary.h5 differ
make[4]: *** [test] Error 1
TEST MESA model for beta Cephei star (non-adiabatic, contour method)...
dataset: </omega> and </omega>
34 differences found
dataset: </omega_int> and </omega_int>
55 differences found
...failed: summary.h5 and ref/summary.h5 differ
make[4]: *** [test] Error 1
TEST MESA model for beta Cephei star (non-adiabatic, minmod method)...
dataset: </omega> and </omega>
60 differences found
dataset: </omega_int> and </omega_int>
64 differences found
...failed: summary.h5 and ref/summary.h5 differ
make[4]: *** [test] Error 1
TEST MESA model for slowly pulsating B-type star (non-adiabatic)...
dataset: </omega_int> and </omega_int>
185 differences found
...failed: summary.h5 and ref/summary.h5 differ
make[4]: *** [test] Error 1
TEST MESA model for slowly pulsating B-type star (non-adiabatic, Rossby modes)...
dataset: </omega_int> and </omega_int>
52 differences found
...failed: summary.h5 and ref/summary.h5 differ
make[4]: *** [test] Error 1
TEST MESA model for RGB star (non-adiabatic)...
...succeeded
TEST MESA model for delta Cephei star (non-adiabatic)...
dataset: </omega> and </omega>
12 differences found
...failed: summary.h5 and ref/summary.h5 differ
make[4]: *** [test] Error 1
TEST MESA model for Sun (non-adiabatic, diffusion vs. Eddington approxiation)...
dataset: </omega_int> and </omega_int>
68 differences found
...failed: summary.h5 and ref/summary.h5 differ
make[4]: *** [test] Error 1
TEST MESA model for super-soft source (non-adiabatic)...
dataset: </omega> and </omega>
32 differences found
dataset: </omega_int> and </omega_int>
32 differences found
...failed: summary.h5 and ref/summary.h5 differ
make[4]: *** [test] Error 1
make[3]: *** [test] Error 2
make[2]: *** [test] Error 2
make[1]: *** [test] Error 2
make: *** [test] Error 2

I am a bit surprised since the errors are not concentrated in one case but in several and finally only the adiabatic cases seem spared...
Unfortunately I can't see how to make them disappear even if I go and look in the files... Do you know if these messages are "normal" or if there is something to do?
Good afternoon,
Valentin

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

Re: Failed compilation tests

Post by rhtownsend » Thu Jun 16, 2022 8:07 am

Hi Valentin, and welcome to the forums!

These messages are completely normal; with recent updates to the SDK, the numerical behavior of GYRE changed a small amount (on the order of 1 part in 10^15), and that led to the error messages. They are a nuisance, and I'm figuring out how to make them go away, but for now they are nothing to worry about.

Best wishes,

Rich

Valou
Posts: 2
Joined: Thu Jun 16, 2022 4:53 am

Re: Failed compilation tests

Post by Valou » Fri Jun 17, 2022 2:28 am

Thanks!
Have a nice day,
Valentin

Post Reply