terrapower / armi

An open-source nuclear reactor analysis automation framework that helps design teams increase efficiency and quality
https://terrapower.github.io/armi/
Apache License 2.0
224 stars 87 forks source link

Adding system info logging for Linux #1689

Closed john-science closed 5 months ago

john-science commented 5 months ago

What is the change?

Adding detailed system information for OS and processors, for a wide range of Linux operating systems.

Because there are so many different flavors of Linux, the new system info logging has multiple redundant ways to find the same OS/processor information. The code will try each one in turn before giving up and trying the next one. In this way, we should support a wide array of Linux flavors seamlessly.

Why is the change being made?

ARMI is supposed to support Windows and Linux.


Checklist