Skip to content

Commit

Permalink
Make a new page "Running in parallel"
Browse files Browse the repository at this point in the history
  • Loading branch information
Xinshen committed Aug 10, 2024
1 parent 3676021 commit fd2c44e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 5 additions & 0 deletions docs/source/userguide/Running in parallel
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FESTIM can be run in parallel on N cores using the command:

.. code::

mpirun -np N python3 your_FESTIM_script.py.
6 changes: 0 additions & 6 deletions docs/source/userguide/beginners_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ New users should familiarise themselves with `Conda <https://anaconda.org/>`_.

FESTIM is under version control with `git <https://git-scm.com/>`_. Even though users don't need git to install FESTIM, it is convenient to understand how it works. You can find `git tutorials <https://git-scm.com/doc>`_ to help you getting started. The `FESTIM source code <https://github.com/festim-dev/FESTIM>`_ is hosted on GitHub. Signing up for free to GitHub is recommended to receive the latest updates, follow the development and submit `bug reports <https://github.com/festim-dev/FESTIM/issues/new/choose>`_.

FESTIM can be run in parallel on N cores using the command:

.. code::
mpirun -np N python3 your_FESTIM_script.py.
----------------------
Where can I find help?
----------------------
Expand Down

0 comments on commit fd2c44e

Please sign in to comment.