mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
add warnings about untrusted OpenMC models
This commit is contained in:
parent
a90a3fbcba
commit
354c29b302
2 changed files with 13 additions and 3 deletions
|
|
@ -13,7 +13,13 @@ Executables and Scripts
|
|||
Once you have a model built (see :ref:`usersguide_basics`), you can either run
|
||||
the openmc executable directly from the directory containing your XML input
|
||||
files, or you can specify as a command-line argument the directory containing
|
||||
the XML input files. For example, if your XML input files are in the directory
|
||||
the XML input files.
|
||||
|
||||
.. warning::
|
||||
|
||||
OpenMC models should be treated as code, and it is important to be careful with code from untrusted sources.
|
||||
|
||||
For example, if your XML input files are in the directory
|
||||
``/home/username/somemodel/``, one way to run the simulation would be:
|
||||
|
||||
.. code-block:: sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue