[sage-devel] Re: @parallel doesn't clean up temp directories?

2011-09-20 Thread Volker Braun
As it turns out, I put my code in a script.sage file and executed sage script.sage on the nodes. If you run a script this way, the sage-cleaner is not started and nobody cleans up the temp directories after each fork. This issue is now http://trac.sagemath.org/sage_trac/ticket/11818 -- To

Re: [sage-devel] Re: @parallel doesn't clean up temp directories?

2011-09-20 Thread William Stein
On Tue, Sep 20, 2011 at 9:52 AM, Volker Braun vbraun.n...@gmail.com wrote: As it turns out, I put my code in a script.sage file and executed sage script.sage on the nodes. If you run a script this way, the sage-cleaner is not started and nobody cleans up the temp directories after each fork.

[sage-devel] Re: @parallel doesn't clean up temp directories?

2011-09-19 Thread leif
On 19 Sep., 21:26, Volker Braun vbraun.n...@gmail.com wrote: On a big computation with many @parallel decorators I eventually get [Errno 31] Too many links: '/home/vbraun/.sage//temp/hostname/26457/' This is caused by trying to create 2^15 ~ 32k subdirectories, which is an ext2/ext3