enrico-dev / enrico

ENRICO: Exascale Nuclear Reactor Investigative COde
https://enrico-docs.readthedocs.io
BSD 3-Clause "New" or "Revised" License
62 stars 25 forks source link

updated openmc submodule to latest openmc v0.13.0 #161

Closed kkiesling closed 2 years ago

kkiesling commented 2 years ago

This just updates the OpenMC module to the latest available version 0.13.0.

kkiesling commented 2 years ago

@paulromano - So I was going to update the gls-lite includes here but it turns out that updating this submodule didn't actually cause the error I was experiencing before. There's something going on with the cmake when I do find_package on OpenMC that is causing the error because it affects both the gsl/gsl and HDF5 header files when it really shouldn't be. So if it really does need changed I will update it in that PR with find_package when I figure it out. Or I can make a separate PR specific to the gsl-lite includes if it's just best practice to update those anyway.

paulromano commented 2 years ago

Sounds good -- yes, let's keep that for the next PR with find_package then. Thanks!