Hi, when I try to use the DAGMC, I follow the example given on the website. However, the openmc cannot be called. And I also found that my openmc is not working properly anymore. Could anyone help me in similar situations. Thank you!
By any chance did you install openmc into a different conda environment than the base environment. It looks like the terminal is in the base conda environment and typically one would use conda active to get into another environment to install things like openmc. You can see if you have other environments with conda env list.
1 Like
Thank you very much for your help. At your prompt, I successfully solved the problem. As a beginner, I am not very familiar with the operation of Linux system, resulting in this error.
2 Likes