This may be a very simple question, so my apologies in advance.
I installed OpenMC not too long ago and am trying to run it. When I enter the terminal I’m still greeted by the [Base] indication before the “name@machine” text.
From there, what command should I run to open OpenMC? I’m using a RHEL terminal.
If it is installed properly, you should have an openmc
executable that is available somewhere on your PATH
environment variable. Running openmc
in a directory with XML files for a model will run OpenMC.
Can you locate the OpenMC folder in the terminal ?
In the terminal type ls and see what it shows. If it shows the OpenMC folder than you can type Jupyter notebook and it will give you a link that you can use to make the code…
N.b my method is subject to you having installed anaconda. I’m new to it too and am using pyhton API to code a simple reactor for depletion analysis.