Open ammarhakim opened 2 years ago
On my Ubuntu 22.04, on the head 8028b3fe7ff1a43f4cabbbc681905639bf82bf90,
ctest_wv_mhd
occasionally fails in the test glm_mhd_qfluct_hlld
; Likely due to some zero values that are not properly set (fixed in another branch not merged yet).ctest_mat
compiles but fails to run due to errors like
symbol lookup error: build/libgkylzero.so: undefined symbol: LAPACKE_dgesv
A bunch of related tests fail, too. Possibly some flags are not correctly set?
I believe the Github builds are working now. However, we still do fail the github action when one of the unit tests fails. This clearly needs to be fixed before we close this issue.
The Linux build is failing as the OpenBLAS build fails to detect the CPU type of the Linux instance. This seems like a Github issue, but perhaps one could try and install OpenBLAS from ubuntu apt get. Not sure how to fix.
Also, seems that some unit tests fail (in particular the ideal MHD ones) but the Actions still "pass". Need to figure out why this is the case.