ammarhakim / gkylzero

Lowest, compiled layer of Gkeyll infrastructure.
MIT License
22 stars 5 forks source link

Failing Linux Action & Other Github Action issues #116

Open ammarhakim opened 2 years ago

ammarhakim commented 2 years ago

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.

liangwang0734 commented 2 years ago

On my Ubuntu 22.04, on the head 8028b3fe7ff1a43f4cabbbc681905639bf82bf90,

ammarhakim commented 1 year ago

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.