.. _sphx_glr_examples_multiprocessing: Multiprocessing parameter study =============================== Chemkin application by itself does not support parallel computing, however, in the context of parameter study, each case can run on its own CPU core to make better use of any available computing power. The examples in this section describe the process of applying Python multi-threading and multi-processing packages to **PyChemkin** parameter study to improve the overall simulation performance. .. raw:: html
.. thumbnail-parent-div-open .. raw:: html
.. only:: html .. image:: /examples/multiprocessing/images/thumb/sphx_glr_SI_engine_knock_calculation_multiprocessing_thumb.png :alt: :doc:`/examples/multiprocessing/SI_engine_knock_calculation_multiprocessing` .. raw:: html
SI engine knocking analysis
.. raw:: html
.. only:: html .. image:: /examples/multiprocessing/images/thumb/sphx_glr_flame_speed_calculation_multiprocessing_thumb.png :alt: :doc:`/examples/multiprocessing/flame_speed_calculation_multiprocessing` .. raw:: html
Setting up a multi-process laminar flame speed parameter study
.. raw:: html
.. only:: html .. image:: /examples/multiprocessing/images/thumb/sphx_glr_flame_speed_calculation_threading_thumb.png :alt: :doc:`/examples/multiprocessing/flame_speed_calculation_threading` .. raw:: html
Setting up a multi-thread laminar flame speed parameter study
.. thumbnail-parent-div-close .. raw:: html
.. toctree:: :hidden: /examples/multiprocessing/SI_engine_knock_calculation_multiprocessing /examples/multiprocessing/flame_speed_calculation_multiprocessing /examples/multiprocessing/flame_speed_calculation_threading