Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As referenced in #1 , I've been trying to get MrHyDE working in a docker container (so that people who want to try it out don't have to fuss too much about getting all these random things installed just right, while littering in system paths, dealing with multiple installs of Trilinos, etc). This includes a new folder in the
scripts
directory which has a workingDockerfile
as well as aREADME
on how to use it.NOTES:
dgsharp/mrhyde:serial_dev
(which is obviously under my name, not clearly associated under Sandia). If that's a problem please let me know. However, the only thing in that image is just some libraries that are all open source and nothing crazy.porous/Mixed_hybrid_highorder
. I haven't checked why this happens, but I figure 120/121 regression tests passing is a good start.Hopefully, with the public release of MrHyDE, this will make development and usage of MrHyDE from the public much more tractable (at least, it will for me). One simple further step would be to create an image that actually
bundles
MrHyDE prebuilt with the image. However, unless and until MrHyDE is a library, actually including it prebuilt in the image isn't particularly useful.