TDycores-Project / TDycore

BSD 2-Clause "Simplified" License
4 stars 0 forks source link

Updating PETSc image and workflow, and updating calls to Exodus viewer #161

Closed jeff-cohere closed 3 years ago

jeff-cohere commented 3 years ago

I rebuilt the Docker image using a recent PETSc commit to try to add a few things to it, but this broke our calls to the Exodus viewer, since that interface was very recently updated. I realized it's difficult to figure out which hash we're using in the Docker image, so I'm adding it to the test output.

First I'm verifying that the hash gets printed intelligibly and that the compilation fails because of the outdated Exodus viewer calls. Then I'll update the calls to the viewer to bring it in line with the latest PETSc main branch.