[sage-support] Re: Doctesting in parallel

2009-09-09 Thread kcrisman
> > By the way, why doesn't that cause a problem when it's just the -t > > flag? > > I don't understand your question. Can you please explain? For me, running (from the home directory) sage-x.x.x/sage -t "devel/sage/sage/myfile.py" works, but sage-x.x.x/sage -tp 3 "devel/sage/sage/myfile.py"

[sage-support] Re: Doctesting in parallel

2009-09-09 Thread Minh Nguyen
On Mon, Sep 7, 2009 at 9:56 PM, David Joyner wrote: > This is useful. Could this be added to the wiki and/or the programming manual? A patch is up at ticket #6908 http://trac.sagemath.org/sage_trac/ticket/6908 It now awaits the chosen one to review it :-) -- Regards Minh Van Nguyen --~--~

[sage-support] Re: Doctesting in parallel

2009-09-09 Thread Minh Nguyen
Hi David, On Mon, Sep 7, 2009 at 9:56 PM, David Joyner wrote: > This is useful. Could this be added to the wiki and/or the programming manual? This is now ticket #6908 http://trac.sagemath.org/sage_trac/ticket/6908 -- Regards Minh Van Nguyen --~--~-~--~~~---~--

[sage-support] Re: Doctesting in parallel

2009-09-07 Thread David Joyner
On Sat, Sep 5, 2009 at 1:40 AM, Minh Nguyen wrote: > > Hi kcrisman, > > On Sat, Sep 5, 2009 at 2:24 AM, kcrisman wrote: > > > >> works fine.  What am I doing wrong?  And can someone add documentation >> about the exact syntax, if not? > > I have written some documentation at > > http://mvngu.word

[sage-support] Re: Doctesting in parallel

2009-09-06 Thread Minh Nguyen
Hi kcrisman, On Mon, Sep 7, 2009 at 6:37 AM, kcrisman wrote: > > By the way, why doesn't that cause a problem when it's just the -t > flag? I don't understand your question. Can you please explain? -- Regards Minh Van Nguyen --~--~-~--~~~---~--~~ To post to thi

[sage-support] Re: Doctesting in parallel

2009-09-06 Thread Minh Nguyen
On Mon, Sep 7, 2009 at 6:36 AM, kcrisman wrote: > I see the problem. I was running the command from my home directory, > but testing files in a nonexistent devel/sage in my home directory. > Maybe you can add something like that for those of us who don't > necessarily cd into sage-x.x.x/ befor

[sage-support] Re: Doctesting in parallel

2009-09-06 Thread kcrisman
By the way, why doesn't that cause a problem when it's just the -t flag? - kcrisman --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support-unsubscr...@googlegroups.com For

[sage-support] Re: Doctesting in parallel

2009-09-06 Thread kcrisman
"Testing them all using one thread would take a few hours." Why, yes, it did! I see the problem. I was running the command from my home directory, but testing files in a nonexistent devel/sage in my home directory. Maybe you can add something like that for those of us who don't necessarily cd

[sage-support] Re: Doctesting in parallel

2009-09-04 Thread Minh Nguyen
Hi kcrisman, On Sat, Sep 5, 2009 at 2:24 AM, kcrisman wrote: > works fine. What am I doing wrong? And can someone add documentation > about the exact syntax, if not? I have written some documentation at http://mvngu.wordpress.com/2009/09/05/parallel-testing-the-sage-library/ Hope that hel