Something to notice under MOOSE's conda Environment with only OpenMC #487
Replies: 3 comments 3 replies
-
After compiling and getting cardinal-opt, we can run an example to check. You can't comment at this time — your comment is too long (maximum is 65536 characters)...... |
Beta Was this translation helpful? Give feedback.
-
Updated instructions: https://cardinal.cels.anl.gov/start.html |
Beta Was this translation helpful? Give feedback.
-
It seems that we do not need |
Beta Was this translation helpful? Give feedback.
-
There are several events that https://cardinal.cels.anl.gov/with_conda.html does not includes.
After we install the MOOSE's conda environment from https://mooseframework.inl.gov/getting_started/installation/conda.html
After we clone the CARDINAL's package:
Set environment variables
We should do some following extra works. Some Ubuntu systems may not have ar. Input
sudo apt-get install build-essential
to get it. ar will appear in the direction
/usr/bin/
After this, put this in
cardinal/config/openmc.mk
-DCMAKE_AR=/usr/bin/ar \
Change the directory to cardinal, delete the
build
folder(if exists).And
Attention: it is useless to set these above in the .bashrc file. These must be set under MOOSE's conda environment.
and make it
make -j8
if we success, we can see cardinal-opt file in the cardinal folder.
The terminal with no errors is shown here:
Beta Was this translation helpful? Give feedback.
All reactions