This commit is contained in:
Kalin Kiesling 2022-04-05 15:59:41 -05:00
parent 837ccc73af
commit 4029483493

View file

@ -387,7 +387,7 @@ Example of configuring for Debug mode:
Compiling with MPI
++++++++++++++++++
To compile with MPI, use the `-DOPENMC_USE_MPI=on` cmake flag. For example, in a bash shell:
To compile with MPI, use the `-DOPENMC_USE_MPI=on` cmake option. For example, in a bash shell:
.. code-block:: sh