Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation: how to run FESTIM in parallel #856 #871

Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/source/userguide/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ User's Guide
stepsize
newton_solver
export_post_processing
troubleshooting
troubleshooting
running_in_parallel
9 changes: 9 additions & 0 deletions docs/source/userguide/running_in_parallel.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
============
Running in parallel
============

FESTIM can be run in parallel on N cores using the command:
RemDelaporteMathurin marked this conversation as resolved.
Show resolved Hide resolved

.. code::

mpirun -np N python3 your_FESTIM_script.py.
RemDelaporteMathurin marked this conversation as resolved.
Show resolved Hide resolved
Loading