festim-dev / FESTIM

Coupled hydrogen/tritium transport and heat transfer modelling using FEniCS
https://festim.readthedocs.io/en/stable/
Apache License 2.0
92 stars 24 forks source link

Documentation: how to run FESTIM in parallel #856

Closed KulaginVladimir closed 2 months ago

KulaginVladimir commented 3 months ago

FESTIM can be run in parallel on N cores using the command: mpirun -np N python3 your_FESTIM_script.py.

I think it'd be nice to mention this somewhere in the FESTIM user guide.