Skip to content

Commit

Permalink
Merge pull request festim-dev#871 from XinShen-CHN/Documentation--how…
Browse files Browse the repository at this point in the history
…-to-run-FESTIM-in-parallel-#856

Documentation: how to run FESTIM in parallel festim-dev#856
  • Loading branch information
RemDelaporteMathurin authored Sep 12, 2024
2 parents 12628bd + d5ec17c commit a1e3aec
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
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:

.. code::
mpirun -np N python3 your_FESTIM_script.py

0 comments on commit a1e3aec

Please sign in to comment.