-
Notifications
You must be signed in to change notification settings - Fork 77
Failed to reproduce the tutorial "csg_to_cad" #1278
Replies: 3 comments · 8 replies
|
Hi @PixelRonald. Did you build Cardinal with Double-Down? Fairly recently, we discovered some issues when using the Double-Down raytracing interface with the |
All reactions
|
When I tried to rebuild Cardinal, a lots of error occurred. And the detailed information is here: make.txt Could you help me to find out the problem? Thanks a lot! |
All reactions
|
I tried it again, the full steps I tried are as following: and the error information is as following: |
All reactions
|
It looks like one of the MOOSE dependencies is failing to build (which is rather odd since it should be included in the MOOSE conda environment). Could you run the following script and send the output? |
All reactions
|
During the daytime, I tried once again, this time I added |
All reactions
|
And the last part of the error information is as following: |
All reactions
|
Based on what I'm seeing, the cause of the build failure here is linker files that stuck around from an old MOOSE build (which used a different MOOSE conda version). You'll need to clear these out with the following: conda activate moose
cd cardinal
make clobberall
export ENABLE_NEK=no
export ENABLE_DAGMC=yes
export ENABLE_OPENMC=yes
export ENABLE_DOUBLE_DOWN=no
make -j8 MAKEFLAGS=-j8 |
All reactions
|
I realized that I installed the moose before I install the cardinal, and the scripts will clone the moose again. Is this the reason? |


Uh oh!
There was an error while loading. Please reload this page.
Hello, everyone, I am a beginner of the Cardinal. I encountered a problem when I was following the tutorial "csg_to_cad". I don't make any modifications to the code provided in the tutorial, and the mesh file is also generated following the instruction from tutorial. I don't know the reason, but the code initially ran for a short period of time when I used the command
cardinal-opt -i openmc.i.Can someone help me to find out the reason? Thanks in advance!
Here is the error information:
All reactions