You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug description
The regression testing does not fail the test when NaN values exist in the test output files.
To Reproduce
checkout bbbfdc3 (dev branch head on April 9, 2021) and corresponding r-test
add flags -finit-real=inf -finit-integer=9999 to the gcc flags
compile hydrodyn_driver with gcc 10
Run hydrodyn driver regression test for the OC4Semi:
ctest -R hd_5MW_OC4Semi_WSt_WavesWN
The resulting <build_dir>/reg_tests/modules/hydrodyn/hd_5MW_OC4Semi_WSt_WavesWN/driver.HD.out will contain NaN in the columns for HydroMxi, HydroMyi, and HydroMzi but ctest will show the case as passing.
There is a bug in HydroDyn with uninitalized variables in the Morrison module that is causing this behavior. This will be addressed in a separate PR.
The text was updated successfully, but these errors were encountered:
Bug description
The regression testing does not fail the test when
NaN
values exist in the test output files.To Reproduce
-finit-real=inf -finit-integer=9999
to the gcc flagshydrodyn_driver
with gcc 10ctest -R hd_5MW_OC4Semi_WSt_WavesWN
The resulting
<build_dir>/reg_tests/modules/hydrodyn/hd_5MW_OC4Semi_WSt_WavesWN/driver.HD.out
will containNaN
in the columns forHydroMxi
,HydroMyi
, andHydroMzi
butctest
will show the case as passing.There is a bug in HydroDyn with uninitalized variables in the Morrison module that is causing this behavior. This will be addressed in a separate PR.
The text was updated successfully, but these errors were encountered: