I’ve been a long time Ubuntu user who recently decided to make the switch to CentOS Stream. Likewise, I was curious if anyone knew how to install OpenMC on CentOS Stream or if it was even possible at all.
If available, a guide/instruction manual for installation would be immensely appreciated. Thank you.
-Josh
I don’t have any experience with CentOS, but it should be very similar to other linux distributions and the basic steps will be the same. For example, you need to have HDF5 installed — instead of apt install libhdf5-dev
, you’ll need to run yum install libhdf5-dev
. Take a look at the guide for building from source, which goes over all the steps needed.