[sage-support] problem with parallel decorator

2013-02-20 Thread mmarco
I am writing some complicated code to compute braid monodromy of plane curves. In order to do so, i am using a @parallel decorator on some function. But i am finding some strange behaviour: the first time that i run it, it works ok. But after that, if i try to re-run the same computation, i

Re: [sage-support] problem with parallel decorator

2013-02-20 Thread William Stein
On Wed, Feb 20, 2013 at 11:27 AM, mmarco mma...@unizar.es wrote: I am writing some complicated code to compute braid monodromy of plane curves. In order to do so, i am using a @parallel decorator on some function. But i am finding some strange behaviour: the first time that i run it, it works

Re: [sage-support] problem with parallel decorator

2013-02-20 Thread mmarco
I have opened ticket #14154 with a more detailed description, and the code that triggers the problem (eventually). El miércoles, 20 de febrero de 2013 22:21:22 UTC+1, William escribió: On Wed, Feb 20, 2013 at 11:27 AM, mmarco mma...@unizar.es javascript: wrote: I am writing some