Hannah Busshoff added the comment:
Hi Eric,
Thanks for your quick reply. The numpy operation was only an attempt to
serialize the nested list and make it available as a shared memory object. As
is written in the documentation, the SharedList() does not take nested lists as
an input.
I
New submission from Hannah Busshoff :
Dear all,
When seeking to put an object of type -- Array of object -- into shared memory
when doing multiprocessing via starmap, I am encountering problems -- in that
sense that the program does not finish running but apparently gets stuck.
I attached