This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author fhstoica
Recipients fhstoica
Date 2018-07-17.14:21:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531837279.07.0.56676864532.issue34140@psf.upfronthosting.co.za>
In-reply-to
Content
I am trying to use the  multiprocessing module for a simulation on a spherical lattice, but the process hangs when the lattice is too large. 

In the file IssuesWithQueueMultiProcessing.py, the method createLattice(), use either "return(I4)" for the small lattice or "return(I5)" for the large lattice. 

Running the script when using the large lattice causes the process to hang while for the small lattice it works fine. I have tested with Python 3.5.2 and 3.6.1 and the behavior is the same in both versions.
History
Date User Action Args
2018-07-17 14:21:19fhstoicasetrecipients: + fhstoica
2018-07-17 14:21:19fhstoicasetmessageid: <1531837279.07.0.56676864532.issue34140@psf.upfronthosting.co.za>
2018-07-17 14:21:19fhstoicalinkissue34140 messages
2018-07-17 14:21:19fhstoicacreate