-
Hi everyone, my name is Shuqi Xu. I currently work for the HighNESS project to investigate the neutron slowdown by magnetic effects. After installing the latest NCrystal version (3.0.0) and sourcing the setup.sh file, I would like to install OpenMC coupling with NCrystal in my personal laptop via https://github.com/highness-eu/openmc, but I fail. The details are shown as follows:
I put the question here because I think that other NCrystal users may confront the same issues. Thank you very much for your help in advance 🙏. Best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @XuShuqi7 . So the OpenMC hook from HighNESS is not strictly part of NCrystal, but you are right that it might be useful for other users to have the question here. @marquezj do you have any idea of what the problem could be? In the CMake, are you (Ignacio) adding the NCrystal dependency via Cheers, Edit: Marking as answer and leaving here in Q&A, since it might serve as a (vague) hint for other users how to use NCrystal with OpenMC :-) |
Beta Was this translation helpful? Give feedback.
Hi @XuShuqi7 .
So the OpenMC hook from HighNESS is not strictly part of NCrystal, but you are right that it might be useful for other users to have the question here. @marquezj do you have any idea of what the problem could be? In the CMake, are you (Ignacio) adding the NCrystal dependency via
find_package
+ adding target dependencies, or something more hardcoded? If the latter, it might be the cause of the problem.Cheers,
Thomas
Edit: Marking as answer and leaving here in Q&A, since it might serve as a (vague) hint for other users how to use NCrystal with OpenMC :-)