Example: dental hygienist
Parallel Computing in Python using mpi4py

Parallel Computing in Python using mpi4py

Back to document page

Python has supported multithreaded programming since version 1.5.2. However, the C implementation of the Python interpreter (CPython) uses a Global Interpreter Lock (GIL) to synchronize the execution of threads. There is a lot of confusion about the GIL, but essentially it prevents you from using multiple threads for parallel computing.

  Python, Mpi4py

Download Parallel Computing in Python using mpi4py


Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Other abuse

Advertisement

Related search queries