Tutorials make me confused: compile OpenMC with libmesh and DAGMC

Hi! the openmc family,

I was confused when compiled the openmc with libmesh compiled done and dagmc compiled done. I try to follow the tutorial to compiled the openmc, it occured some unknown ERRORs when compiled openmc with MPI.
I have difficulties to understand the underlying logic and implementation of Cmake.
I also confused with the required libraries and optional libraries after compiling libmesh and dagmc successfully.
Could you give me some instructions,tips to get out?
I’d appreciate any information you could give me.

ZhuangLi

Hi lz152

We happen to be working on adding libmesh to the docker image. There is an open PR for this feature and if I was better at git submodules then I think it would be done.

In the mean time perhaps this docker file is useful

openmc-1/Dockerfile at adding_libmesh_to_docker · shimwell/openmc-1 (github.com)

hallo,Shimwell,
Thank you for your reply.
I would try to do that

lz152