-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
Motivation
Currently the Minimum System Requirements are listed here:
https://mooseframework.inl.gov/sqa/minimum_requirements.html
framework/doc/content/sqa/minimum_requirements.md
This includes a maximum version for multiple different libraries including GCC and Python. This page likely hasn't been updated in some time to reflect compatibility with more recent updates. GCC and Python both have multiple new versions available and some clusters are OS upgrades that force newer libraries.
The documentation should be updated to include any newer libraries that are compatible with MOOSE.
Design
The work for this varies depending on whether or not these new versions have been tested or not.
If not, then there would need to be checks to make sure MOOSE will work with newer libraries.
If MOOSE is known to work with newer libraries, then this is just an update to the documentation here:
framework/doc/content/sqa/minimum_requirements.md
Impact
Show that MOOSE is able to run with more updated libraries. This will make potential updates to cluster installs go smoother for users.