Failed to compile Cardinal. Need help. #1279
-
|
I used to compile Cardinal successfully about one or two months ago. For some reason, I need to rebuild Cardinal to disable the DOUBLE_DOWN. The rebuild didn't success and led to many errors, so I tried to reinstall the MOOSE and the Cardinal. There was no problems with the installation of MOOSE. And then I followed the tutorial of installation of Cardinal https://cardinal.cels.anl.gov/with_conda.html conda activate moose
cd cardinal/
rm -rf build/ install/
./scripts/get-dependencies.sh
export ENABLE_NEK=no
export ENABLE_DAGMC=yes
export ENABLE_OPENMC=yes
export ENABLE_DOUBLE_DOWN=no
export HDF5_ROOT=$CONDA_PREFIX
export LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH
make -j2 >> out.txt 2>&1And the result is here: out.zip (the txt file is too big to upload). |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
I rebuild the Cardinal on a new virtual machine this time, the result was, still, a failure. The main error information as following: How should this problem be solved? Really need help. |
Beta Was this translation helpful? Give feedback.
-
|
I used the older version of MOOSE to make the compilation done. |
Beta Was this translation helpful? Give feedback.
I used the older version of MOOSE to make the compilation done.